mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-31 20:24:28 +00:00
Add loadbalancer quota options
Enable configuration of loadbalancer options within the quota module so that the current collection can be used to address Octavia quotas. Change-Id: I1dd593f5387929ed522d54954fc63dd535df7c7c
This commit is contained in:
committed by
Michal Nasiadka
parent
83456005fc
commit
57c63e7918
@@ -28,3 +28,9 @@ test_compute_quota:
|
||||
ram: 5
|
||||
server_group_members: 5
|
||||
server_groups: 5
|
||||
test_load_balancer_quota:
|
||||
load_balancers: 5
|
||||
health_monitors: 5
|
||||
listeners: 5
|
||||
pools: 5
|
||||
members: 5
|
||||
|
||||
Reference in New Issue
Block a user