mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
salt.modules.ceph: Fixed unused paramter
Trying to pass pylint-3.4 Signed-off-by: Owen Synge <osynge@suse.com>
This commit is contained in:
parent
a72d29a3ee
commit
f4a38a3f8d
@ -478,7 +478,7 @@ def rgw_pools_create(**kwargs):
|
||||
cluster_name
|
||||
Set the cluster name. Defaults to "ceph".
|
||||
'''
|
||||
return ceph_cfg.rgw_pools_create()
|
||||
return ceph_cfg.rgw_pools_create(**kwargs)
|
||||
|
||||
|
||||
def rgw_pools_missing(**kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user