NSX|V and NSX|V3: add in support for 'subnet_allocation' extension
Add in support for the aforementioned extension. Change-Id: I139758e4fdd0b9a8c3613aa5fd68fa86dd041472
This commit is contained in:
parent
93934a7221
commit
4dc5481bd7
@ -120,7 +120,8 @@ class NsxVPluginV2(addr_pair_db.AllowedAddressPairsMixin,
|
||||
"nsxv-router-type",
|
||||
"nsxv-router-size",
|
||||
"vnic-index",
|
||||
"advanced-service-providers"]
|
||||
"advanced-service-providers",
|
||||
"subnet_allocation"]
|
||||
|
||||
__native_bulk_support = True
|
||||
__native_pagination_support = True
|
||||
|
@ -112,7 +112,8 @@ class NsxV3Plugin(addr_pair_db.AllowedAddressPairsMixin,
|
||||
"extraroute",
|
||||
"router",
|
||||
"availability_zone",
|
||||
"network_availability_zone"]
|
||||
"network_availability_zone",
|
||||
"subnet_allocation"]
|
||||
|
||||
def __init__(self):
|
||||
super(NsxV3Plugin, self).__init__()
|
||||
|
Loading…
Reference in New Issue
Block a user