]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
Get bootstrap-rgw key during gatherkeys
authorTravis Rhoden <trhoden@redhat.com>
Tue, 10 Mar 2015 15:19:34 +0000 (11:19 -0400)
committerTravis Rhoden <trhoden@redhat.com>
Tue, 10 Mar 2015 15:19:34 +0000 (11:19 -0400)
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
ceph_deploy/gatherkeys.py

index e3b355e160d71c5281ac7935557a84e9d48d8e01..c2f9ebb4156fafc4f0d90cf59d2f8a427a2fb6a5 100644 (file)
@@ -56,7 +56,7 @@ def gatherkeys(args):
         raise exc.KeyNotFoundError(keyring, args.mon)
 
     # bootstrap
-    for what in ['osd', 'mds']:
+    for what in ['osd', 'mds', 'rgw']:
         keyring = '/var/lib/ceph/bootstrap-{what}/{cluster}.keyring'.format(
             what=what,
             cluster=args.cluster)