Remove unused AlreadyAttachedClient

This exception is no longer referenced in Horizon.  It should
be removed as noted in the TODO being removed.

Change-Id: I9970ca375d19476c12891475d0a8c0c559e0507f
This commit is contained in:
Doug Fish 2015-03-11 08:15:03 -05:00
parent a403265ea1
commit 30b198edec
1 changed files with 0 additions and 6 deletions

View File

@ -148,12 +148,6 @@ class OverQuotaClient(Conflict):
pass
# TODO(amotoki): It is unused in Neutron, but it is referred to
# in Horizon code. After Horizon code is updated, remove it.
class AlreadyAttachedClient(Conflict):
pass
class IpAddressGenerationFailureClient(Conflict):
pass