How to set lb pool limit with openstack CLI
HI, My tenants are created wit a default "pool" value of 10. This is the limit for lb pools and this value is far too low. I found no other way to set it other than the deprecated neutron CLI
neutron quota-update --tenant-id=xxx --pool=yyy
- Question 1 is : how to set it with
openstack quota set
? - Question 2 is : how to set higher default value ?
Thanks