Use plain routes list for flavors-access endpoint instead of stevedore
This patch adds flavors-access related routes by a plain list, instead of using stevedore. After all the Nova API endpoints moves to the plain routes list, the usage of stevedore for API loading will be removed from Nova. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I284516a396e99a5a1c2113ad4ef3e4618628caa9
This commit is contained in:
@@ -85,7 +85,6 @@ nova.api.v21.extensions =
|
||||
consoles = nova.api.openstack.compute.consoles:Consoles
|
||||
extension_info = nova.api.openstack.compute.extension_info:ExtensionInfo
|
||||
fixed_ips = nova.api.openstack.compute.fixed_ips:FixedIps
|
||||
flavor_access = nova.api.openstack.compute.flavor_access:FlavorAccess
|
||||
floating_ip_dns = nova.api.openstack.compute.floating_ip_dns:FloatingIpDns
|
||||
floating_ip_pools = nova.api.openstack.compute.floating_ip_pools:FloatingIpPools
|
||||
floating_ips = nova.api.openstack.compute.floating_ips:FloatingIps
|
||||
|
||||
Reference in New Issue
Block a user