Add IPAM error code
The new NSX-V3 backend supports allocating specific IPs from a pool. Adding relevant error codes for this. Change-Id: Ic717023a41657e2de9200e38a3354ca76ee134f5
This commit is contained in:
@@ -109,6 +109,7 @@ INGRESS_SHAPING = 'IngressRateShaper'
|
||||
ERR_CODE_OBJECT_NOT_FOUND = 202
|
||||
ERR_CODE_IPAM_POOL_EXHAUSTED = 5109
|
||||
ERR_CODE_IPAM_SPECIFIC_IP = 5123
|
||||
ERR_CODE_IPAM_IP_ALLOCATED = 5141
|
||||
ERR_CODE_IPAM_IP_NOT_IN_POOL = 5110
|
||||
ERR_CODE_IPAM_RANGE_MODIFY = 5602
|
||||
ERR_CODE_IPAM_RANGE_DELETE = 5015
|
||||
|
||||
Reference in New Issue
Block a user