mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-28 02:34:30 +00:00
Fix regression in quota module
I suspect that the change to `update_quota_set` in openstacksdk commit [9145dce64](https://opendev.org/openstack/openstacksdk/commit/9145dcec64) has caused a regession in the quota module, making it not work correctly for volume and compute quotas. This change updates the calls to `update_quota_set` with the new signatures. Closes-Bug: #2068568 Change-Id: I604a8ffb08a76c20397f43c0ed3b23ddb11e53eb
This commit is contained in:
committed by
Sagi Shnaidman
parent
d1b77a3546
commit
4a8214b196
@@ -36,8 +36,7 @@
|
||||
- { role: object_container, tags: object_container }
|
||||
- { role: port, tags: port }
|
||||
- { role: project, tags: project }
|
||||
# TODO(sshnaidm): Uncomment when the issue with the this test is fixed
|
||||
# - { role: quota, tags: quota }
|
||||
- { role: quota, tags: quota }
|
||||
- { role: recordset, tags: recordset }
|
||||
- { role: resource, tags: resource }
|
||||
- { role: resources, tags: resources }
|
||||
|
||||
Reference in New Issue
Block a user