Merge "Introduce AuthFailure EC2 error code"

This commit is contained in:
Jenkins
2013-09-03 21:07:30 +00:00
committed by Gerrit Code Review

View File

@@ -178,6 +178,7 @@ class GlanceConnectionFailed(NovaException):
class NotAuthorized(NovaException):
ec2_code = 'AuthFailure'
msg_fmt = _("Not authorized.")
code = 403