Add client exception for HostNotCompatibleWithFixedIps

Change-Id: I636ef272202ec7ea8fc0adbfd86ca3eb07e316ba
Partially-Implements: blueprint routed-networks
Depends-On: I8dc8890907d1e241dd12448fa184cea1b0620663
This commit is contained in:
Carl Baldwin 2016-07-22 17:27:32 -06:00 committed by Carl Baldwin
parent 3b1c538422
commit 8876ab264a
1 changed files with 4 additions and 0 deletions

View File

@ -170,6 +170,10 @@ class MacAddressInUseClient(Conflict):
pass
class HostNotCompatibleWithFixedIpsClient(Conflict):
pass
class ExternalIpAddressExhaustedClient(BadRequest):
pass