← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1187179] Re: 500 error is raised over quantum security-group quota

 

Bug already fixed:

arosen@arosen-laptop:~/devstack$ nova secgroup-create a a
ERROR: 409-{u'NeutronError': {u'message': u"Quota exceeded for resources: ['security_group']", u'type': u'OverQuota', u'detail': u''}} (HTTP 413) (Request-ID: req-3f6d865c-6a24-4791-9dde-75edefc2b745)


** Changed in: nova
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1187179

Title:
  500 error is raised over quantum security-group quota

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  It would be nice if we raised the actually message from quantum.

  arosen@arosen-desktop:~$ nova secgroup-create foo foo
  ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-ad4d9997-6bd9-4804-819b-d643f881069d)

  2013-06-03 15:12:04.653 11989 ERROR quantum.api.v2.resource [-] create failed
  2013-06-03 15:12:04.653 11989 TRACE quantum.api.v2.resource Traceback (most recent call last):
  2013-06-03 15:12:04.653 11989 TRACE quantum.api.v2.resource   File "/opt/stack/quantum/quantum/api/v2/resource.py", line 82, in resource
  2013-06-03 15:12:04.653 11989 TRACE quantum.api.v2.resource     result = method(request=request, **args)
  2013-06-03 15:12:04.653 11989 TRACE quantum.api.v2.resource   File "/opt/stack/quantum/quantum/api/v2/base.py", line 375, in create
  2013-06-03 15:12:04.653 11989 TRACE quantum.api.v2.resource     **kwargs)
  2013-06-03 15:12:04.653 11989 TRACE quantum.api.v2.resource   File "/opt/stack/quantum/quantum/quota.py", line 281, in limit_check
  2013-06-03 15:12:04.653 11989 TRACE quantum.api.v2.resource     self._resources, values)
  2013-06-03 15:12:04.653 11989 TRACE quantum.api.v2.resource   File "/opt/stack/quantum/quantum/quota.py", line 128, in limit_check
  2013-06-03 15:12:04.653 11989 TRACE quantum.api.v2.resource     usages={})
  2013-06-03 15:12:04.653 11989 TRACE quantum.api.v2.resource OverQuota: Quota exceeded for resources: ['security_group']
  2013-06-03 15:12:04.653 11989 TRACE quantum.api.v2.resource 
  ^[[3~

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1187179/+subscriptions