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:
ghanshyam
2017-05-01 19:22:14 +03:00
parent ed0abdbc68
commit 79093584de
4 changed files with 16 additions and 23 deletions
-1
View File
@@ -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