Clarify message for Invalid/Bad Request exception
Changed message for Invalid exception to specify it is a 400 - Bad Request for clarity. Change-Id: Ie4a73f98a8dd825ba96b02887a46ba205871f484
This commit is contained in:
@@ -220,7 +220,7 @@ class ImageNotAuthorized(NovaException):
|
||||
|
||||
|
||||
class Invalid(NovaException):
|
||||
msg_fmt = _("Unacceptable parameters.")
|
||||
msg_fmt = _("Bad Request - Invalid Parameters")
|
||||
code = 400
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user