Changed requests with malformed bodies to return a HTTP 400 Bad Request instead of a HTTP 500 error.
This commit is contained in:
		| @@ -585,3 +585,7 @@ class InstanceExists(Duplicate): | ||||
|  | ||||
| class MigrationError(NovaException): | ||||
|     message = _("Migration error") + ": %(reason)s" | ||||
|  | ||||
|  | ||||
| class MalformedRequestBody(NovaException): | ||||
|     message = _("Malformed message body: %(reason)s") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex Meade
					Alex Meade