]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
make install --repo handle multiple hosts 273/head
authorTravis Rhoden <trhoden@redhat.com>
Tue, 31 Mar 2015 19:56:18 +0000 (15:56 -0400)
committerTravis Rhoden <trhoden@redhat.com>
Tue, 31 Mar 2015 19:56:18 +0000 (15:56 -0400)
The for loop was always returning after the first host

Signed-off-by: Travis Rhoden <trhoden@redhat.com>
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):