Fix search_groups
Change-Id: Ibb79be4ea42994b481ff484d5ae2b0aa0a97f4db Related-Id: I5be672c3eae5e013525cc7c0a4d73f9166f379ba
This commit is contained in:
parent
e1cafe3aa2
commit
f545e8ebea
@ -1267,8 +1267,7 @@ class OperatorCloud(openstackcloud.OpenStackCloud):
|
||||
the openstack API call.
|
||||
"""
|
||||
groups = self.list_groups(**kwargs)
|
||||
return _utils._filter_list(groups, name_or_id, filters,
|
||||
**kwargs)
|
||||
return _utils._filter_list(groups, name_or_id, filters)
|
||||
|
||||
@_utils.valid_kwargs('domain_id')
|
||||
def get_group(self, name_or_id, filters=None, **kwargs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user