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
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"quota": {
|
|
"loadbalancer": 50,
|
|
"listener": -1,
|
|
"member": -1,
|
|
"pool": -1,
|
|
"healthmonitor": -1,
|
|
"l7policy": -1,
|
|
"l7rule": -1
|
|
}
|
|
}
|