From: Travis Rhoden Date: Tue, 10 Mar 2015 15:19:34 +0000 (-0400) Subject: Get bootstrap-rgw key during gatherkeys X-Git-Tag: v1.5.23~11^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=434261cea848c8f250825e6f2de6457dd32ec93d;p=ceph-deploy.git Get bootstrap-rgw key during gatherkeys Signed-off-by: Travis Rhoden --- diff --git a/ceph_deploy/gatherkeys.py b/ceph_deploy/gatherkeys.py index e3b355e..c2f9ebb 100644 --- a/ceph_deploy/gatherkeys.py +++ b/ceph_deploy/gatherkeys.py @@ -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)