Merge "Remove duplicates from exceptions list"

This commit is contained in:
Jenkins
2013-10-25 07:34:19 +00:00
committed by Gerrit Code Review

View File

@@ -573,10 +573,8 @@ class Executor(wsgi.Application):
exception.NoMoreFixedIps,
exception.NotAuthorized,
exception.QuotaError,
exception.QuotaError,
exception.SecurityGroupExists,
exception.SecurityGroupLimitExceeded,
exception.SecurityGroupLimitExceeded,
exception.SecurityGroupRuleExists,
exception.VolumeUnattached,
# Following aren't translated to valid EC2 errors.