Use plain routes list for os-floating-ips-bulk endpoint instead of stevedore
This patch adds os-floating-ips-bulk 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: Ibd52a1dd8b1f0b89d6ed9547131ccfe25a36275a
This commit is contained in:
@@ -86,7 +86,6 @@ nova.api.v21.extensions =
|
||||
extension_info = nova.api.openstack.compute.extension_info:ExtensionInfo
|
||||
fixed_ips = nova.api.openstack.compute.fixed_ips:FixedIps
|
||||
floating_ip_dns = nova.api.openstack.compute.floating_ip_dns:FloatingIpDns
|
||||
floating_ips_bulk = nova.api.openstack.compute.floating_ips_bulk:FloatingIpsBulk
|
||||
fping = nova.api.openstack.compute.fping:Fping
|
||||
hosts = nova.api.openstack.compute.hosts:Hosts
|
||||
hypervisors = nova.api.openstack.compute.hypervisors:Hypervisors
|
||||
|
||||
Reference in New Issue
Block a user