Revert "Remove unused AlreadyAttachedClient"

The removal of AlreadyAtatchedClient exception from neutronclient
suddenly causes the failure of neutronclient icehouse job.
It is better to wait the removal of the exception until Icehouse EOL
(which will come soon).

This reverts commit 30b198edec988d7c969c1edd4a2754bd9c9c79f4.
Closes-Bug: #1441969

Change-Id: Ifa02a4ca39bc9c0fe9b65d5b0d66c588885cb12c
This commit is contained in:
Akihiro Motoki 2015-04-09 14:41:36 +09:00
parent 5b464578a7
commit d6cfd34e13

@ -148,6 +148,12 @@ 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