summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorghanshyam <ghanshyammann@gmail.com>2017-05-01 21:36:56 +0300
committerGhanshyam Mann <ghanshyammann@gmail.com>2017-05-01 19:05:18 +0000
commit53ab2fd52ac17c1a8a42635afd9c3385fa6e84a1 (patch)
tree936cadd232154fd8a6e54f9d37d98d57d1c6413f /setup.cfg
parentb33aabee07faa86d529edf64682117ff6ca2c02a (diff)
downloadnova-53ab2fd52ac17c1a8a42635afd9c3385fa6e84a1.tar.gz
Use plain routes list for os-fixed-ips endpoint instead of stevedore
This patch adds os-fixed-ips 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: I0035397a78f05f406c64c064ef953d41c2cd79e4
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 416ea8d151..94888a1ee8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -81,7 +81,6 @@ nova.api.v21.extensions =
console_auth_tokens = nova.api.openstack.compute.console_auth_tokens:ConsoleAuthTokens
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
fping = nova.api.openstack.compute.fping:Fping
hosts = nova.api.openstack.compute.hosts:Hosts
hypervisors = nova.api.openstack.compute.hypervisors:Hypervisors