From 38c12e640d0fe989a05352b36647b3a9c64f4a07 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 20 Feb 2015 12:13:50 -0500 Subject: [PATCH] add explanation for other distros in the new flag for RHEL Signed-off-by: Alfredo Deza --- ceph_deploy/install.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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( -- 2.47.3