Add IPAM error code
The new NSX-V3 backend supports allocating specific IPs from a pool. Adding relevant error codes for this. Change-Id: Ic717023a41657e2de9200e38a3354ca76ee134f5changes/11/462011/1 10.1.1
parent
6d111244c0
commit
b1dcc41cff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue