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:
Owen Synge 2016-07-25 17:09:21 +02:00
parent a72d29a3ee
commit f4a38a3f8d

View File

@ -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):