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:
Tom Clark
2024-04-23 17:54:14 +02:00
committed by Michal Nasiadka
parent 83456005fc
commit 57c63e7918
4 changed files with 248 additions and 19 deletions

View File

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