]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[1.5.22-stable] make install --repo handle multiple hosts
authorTravis Rhoden <trhoden@redhat.com>
Tue, 31 Mar 2015 19:56:18 +0000 (15:56 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 26 Aug 2015 16:51:36 +0000 (12:51 -0400)
The for loop was always returning after the first host

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
(cherry picked from commit c47f784e3d19dec2fc99ff4d23fe314801d1f2dd)

ceph_deploy/install.py

index 160653869b22afb1c5a47939094b866f39062466..79a1c54b816859f101d1595ea531ac7d72c54215 100644 (file)
@@ -233,7 +233,7 @@ def install_repo(args):
             distro.codename
         )
 
-        return custom_repo(distro, args, cd_conf, rlogger, install_ceph=False)
+        custom_repo(distro, args, cd_conf, rlogger, install_ceph=False)
 
 
 def uninstall(args):