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
commit ee06a032e4
1 changed files with 0 additions and 2 deletions

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.