500 error is raised over quantum security-group quota

Bug #1187179 reported by Aaron Rosen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Medium
Aaron Rosen

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~

Tags: network
Aaron Rosen (arosen)
tags: added: network
Revision history for this message
Aaron Rosen (arosen) wrote :
Changed in nova:
status: New → Triaged
Aaron Rosen (arosen)
Changed in nova:
assignee: nobody → Aaron Rosen (arosen)
importance: Undecided → Medium
Revision history for this message
Aaron Rosen (arosen) wrote :

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
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.