Skip to content

Commit

Permalink
Merge pull request #11123 from batrick/ceph-create-keys-bugfix
Browse files Browse the repository at this point in the history
ceph-create-keys: add missing argument comma

Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: John Spray <john.spray@redhat.com>
  • Loading branch information
John Spray committed Sep 19, 2016
2 parents 440c360 + 4820222 commit db51b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ceph-create-keys
Expand Up @@ -109,7 +109,7 @@ def get_key(cluster, mon_id):
returncode = subprocess.call(
args=args_prefix + [
'auth',
'get'
'get',
'client.admin',
],
stdout=f,
Expand Down

0 comments on commit db51b32

Please sign in to comment.