Open stack Octavia 超出资源配额并失败

Open stack Octavia quota exceeded for resources and failed

我在 Ubuntu 上使用 open stack Victoria,我想使用 Octavia。 但是当我创建一个负载平衡器时,它失败了,并且在 Octavia 工作日志中显示: ERROR oslo_messaging.rpc.server neutronclient.common.exceptions.OverQuotaClient: Quota exceeded for resources: ['security_group']. 发生什么事了?

只是 'Quota exceeded for resources: ['security_group'] 提示的纯文本意思,您的 安全组 的数量等于或大于 openstack quota show -c secgroups -f value your_project_name 的值。

也许重点是create a load balancer,花资源,从这里查:“The global amount of Octavia loadbalancers is constrained by the service project quotas”。

引用问题并解决:

Description of problem:
LB creation creates neutron ports, security groups and instances(cores, RAM, keypairs, etc). 

Those objects, when created with LB create command execution are needed not to be omitted while planning the cloud with Octavia.  

Possible solutions 1 of 3 : 
a- Agreed quota numbers
b- Unlimited quota numbers
c- Documentation of the effect of LB creation on the resources in neutron and nova so the operator could include that in the cloud planning and services quotas configuration.