Quota error message is not correct from Neutron Liberty
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
Trunk |
In Progress
|
Undecided
|
Unassigned | |||
OpenContrail |
New
|
Undecided
|
Unassigned |
Bug Description
It should be
HTTP/1.1 409 Conflict
Content-Type: application/json; charset=UTF-8
Content-Length: 109
X-Openstack-
Date: Fri, 20 Jan 2017 09:05:37 GMT
Access-
Strict-
{"NeutronError": {"message": "Quota exceeded for resources: ['network']", "type": "OverQuota", "detail": ""}}%
But it is:
HTTP/1.1 400 Bad Request
Content-Type: application/json
Content-Length: 200
X-Openstack-
Date: Fri, 20 Jan 2017 09:09:43 GMT
Access-
{"NeutronError": {"message": "Bad virtual-network request: ['default-domain', 'openstack', 'testing_1'] : quota limit (10) exceeded for resource virtual-network.", "type": "BadRequest", "detail": ""}}
Review in progress for https:/ /review. opencontrail. org/28369
Submitter: Antoine Eiche (<email address hidden>)