5d91913136
Current octavia has no l7policy and l7rule quota definitions. But they are necessary for some scenarios. For example, implement product design compatible with Neutron Lbaas. Story: 2003382 Task: 24457 Change-Id: I09ee23dcb83f5f08a56e25cc05ff77caa3ad4230
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"quotas": [
|
|
{
|
|
"loadbalancer": 5,
|
|
"member": 50,
|
|
"healthmonitor": -1,
|
|
"listener": null,
|
|
"project_id": "e3cd678b11784734bc366148aa37580e",
|
|
"pool": null,
|
|
"l7policy": 3,
|
|
"l7rule": null
|
|
}
|
|
]
|
|
}
|