Comment 0 for bug 1386911

Revision history for this message
David Ames (thedac) wrote : No method to set quotas in quantum-gateway

We have run into neutron qutoas on a couple of occasions both secgroups and ports in production environments

{"overLimit": {"message": "409-{u''NeutronError'': {u''message'': u\"Quota exceeded for resources: [''security_group'']\", u''type'': u''OverQuota'', u''detail'': u''''}}", "code": 413}}'

PortLimitExceeded: Maximum number of ports exceeded

We are able to set per tenant qutoas with the neutron cli but ultimately we would like to set sane defaults. Seems a few simple settings in neutron.conf will let us do just that [1]. However, the charm currently does not support this and will overwrite neutron.conf. Please add support for setting default quotas.

[1] http://docs.openstack.org/user-guide-admin/content/cli_set_quotas.html#cfg_quotas_common