Merge "Add client exception for HostNotCompatibleWithFixedIps"

This commit is contained in:
Jenkins
2016-07-27 20:37:13 +00:00
committed by Gerrit Code Review

View File

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