Merge "Remove duplicates from exceptions list"
This commit is contained in:
commit
ee06a032e4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user