Remove duplicates from exceptions list
Duplicated exceptions: exception.QuotaError exception.SecurityGroupLimitExceeded Change-Id: Ie8d40cf6e0a1a7b2191877059b757a752aeb4e29
This commit is contained in:
parent
3ef37f73ef
commit
39450168f0
@ -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