Merge "Change message format of Forbidden"

This commit is contained in:
Jenkins 2016-06-07 19:09:58 +00:00 committed by Gerrit Code Review
commit 363cd88671

View File

@ -192,7 +192,7 @@ class CinderConnectionFailed(NovaException):
class Forbidden(NovaException):
ec2_code = 'AuthFailure'
msg_fmt = _("Not authorized.")
msg_fmt = _("Forbidden")
code = 403