Add client exception for HostNotCompatibleWithFixedIps
Change-Id: I636ef272202ec7ea8fc0adbfd86ca3eb07e316ba Partially-Implements: blueprint routed-networks Depends-On: I8dc8890907d1e241dd12448fa184cea1b0620663
This commit is contained in:
parent
3b1c538422
commit
8876ab264a
@ -170,6 +170,10 @@ class MacAddressInUseClient(Conflict):
|
||||
pass
|
||||
|
||||
|
||||
class HostNotCompatibleWithFixedIpsClient(Conflict):
|
||||
pass
|
||||
|
||||
|
||||
class ExternalIpAddressExhaustedClient(BadRequest):
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user