Port fixed_ip extention to v2.1
This patch ports fixed_ip extention from v2 to v2.1, and have v2 unit test cases shared between v2.1 and v2. Partially implements blueprint v2-on-v3-api Change-Id: Ifa7e0dd5a91cfe881077b92aeb7019d0435d780a
This commit is contained in:
@@ -80,6 +80,7 @@ nova.api.v3.extensions =
|
||||
extended_status = nova.api.openstack.compute.plugins.v3.extended_status:ExtendedStatus
|
||||
extended_volumes = nova.api.openstack.compute.plugins.v3.extended_volumes:ExtendedVolumes
|
||||
extension_info = nova.api.openstack.compute.plugins.v3.extension_info:ExtensionInfo
|
||||
fixed_ips = nova.api.openstack.compute.plugins.v3.fixed_ips:FixedIps
|
||||
flavors = nova.api.openstack.compute.plugins.v3.flavors:Flavors
|
||||
flavors_extraspecs = nova.api.openstack.compute.plugins.v3.flavors_extraspecs:FlavorsExtraSpecs
|
||||
flavor_access = nova.api.openstack.compute.plugins.v3.flavor_access:FlavorAccess
|
||||
|
||||
Reference in New Issue
Block a user