Remove duplicates from exceptions list

Duplicated exceptions:
 exception.QuotaError
 exception.SecurityGroupLimitExceeded

Change-Id: Ie8d40cf6e0a1a7b2191877059b757a752aeb4e29
This commit is contained in:
Sergey Skripnick 2013-10-23 10:40:33 +03:00
parent 3ef37f73ef
commit 39450168f0

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.