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 30b198edec.
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
1 changed files with 6 additions and 0 deletions

View File

@ -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