Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fix radosgw relation broken by commit 57808f0
Browse files Browse the repository at this point in the history
Change-Id: I146fe1fe15515dbb90cd8f77d5ecaff4851bcb26
Closes-Bug: 1627718
  • Loading branch information
dosaboy committed Sep 26, 2016
1 parent b6237a4 commit 3a845f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ceph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ def import_radosgw_key(key):
}


def get_radosgw_key(pool_list):
def get_radosgw_key(pool_list=None):
return get_named_key(name='radosgw.gateway',
caps=_radosgw_caps,
pool_list=pool_list)
Expand Down

0 comments on commit 3a845f6

Please sign in to comment.