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:
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user