Create server(POST) using invalid personality contents is not raising BadRequest
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Low
|
Sirisha Devineni |
Bug Description
Description:
----------------
On creating a server with invalid personality contents we are getting a server error (HTTP 500) instead of raising the expected BadRequest Exception.
Environment:
---------------
Single node Folsom
CURL Command:
------------------
root@ubuntu28fo
HTTP/1.1 500 Internal Server Error
Via: 1.1 HYSPROXY2
Connection: Keep-Alive
Proxy-Connection: Keep-Alive
Content-Length: 128
Date: Thu, 13 Sep 2012 16:39:15 GMT
Content-Type: application/json; charset=UTF-8
X-Compute-
{"computeFault": {"message": "The server has either erred or is incapable of performing the requested operation.", "code": 500}}root@
root@ubuntu28fo
Expected result:
------
Should raise BadRequest
affects: | ceilometer → nova |
Changed in nova: | |
assignee: | nobody → Sirisha Devineni (sirisha-devineni) |
Changed in nova: | |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in nova: | |
status: | Confirmed → In Progress |
Changed in nova: | |
milestone: | none → folsom-rc1 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-rc1 → 2012.2 |
Fix proposed to branch: master /review. openstack. org/13019
Review: https:/