From: Gary Lowell Date: Tue, 11 Jun 2013 15:25:36 +0000 (-0700) Subject: ceph-create-keys: Remove unused caps parameter on bootstrap_key() X-Git-Tag: v0.65~111 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0948624f3ebf4e42c0918fde12fd2ea5b25121a7;p=ceph.git ceph-create-keys: Remove unused caps parameter on bootstrap_key() The caps parameter was removed except for one place. Signed-off-by: Gary Lowell --- diff --git a/src/ceph-create-keys b/src/ceph-create-keys index 0c84e2d02372..437b7b207fdd 100755 --- a/src/ceph-create-keys +++ b/src/ceph-create-keys @@ -108,7 +108,7 @@ def get_key(cluster, mon_id): else: raise -def bootstrap_key(cluster, type_, caps): +def bootstrap_key(cluster, type_): path = '/var/lib/ceph/bootstrap-{type}/{cluster}.keyring'.format( type=type_, cluster=cluster,