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:
Adit Sarfaty 2017-05-03 10:00:11 +03:00
parent 6d111244c0
commit b1dcc41cff
1 changed files with 1 additions and 0 deletions

View File

@ -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