From: Alfredo Deza Date: Fri, 20 Feb 2015 17:13:50 +0000 (-0500) Subject: add explanation for other distros in the new flag for RHEL X-Git-Tag: v1.5.22-rc1~2^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=38c12e640d0fe989a05352b36647b3a9c64f4a07;p=ceph-deploy.git add explanation for other distros in the new flag for RHEL Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index fb87e7c..081e427 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -58,7 +58,8 @@ def install(args): # upstream. If default_release is True, it means that the user is # trying to install on a RHEL machine and should expect to get RHEL # packages. Otherwise, it will need to specify either a specific - # version, or repo, or a development branch. + # version, or repo, or a development branch. Other distro users should + # not see any differences. use_rhceph=args.default_release, ) LOG.info(