summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorghanshyam <ghanshyammann@gmail.com>2017-06-30 13:21:11 +0300
committerHe Jie Xu <hejie.xu@intel.com>2017-07-12 20:58:55 +0800
commit24fadbec4610fbbb197dc4c2e9e2adc0d95a86e8 (patch)
tree02be17d3546dc015e10ff3a1bdac922c830b70cc /setup.cfg
parent7f484134fb2f59dedbd2d51f8f6fdab8c9f8996b (diff)
downloadnova-24fadbec4610fbbb197dc4c2e9e2adc0d95a86e8.tar.gz
Use plain routes list for os-baremetal-nodes endpoint instead of stevedore
This patch adds os-baremetal-nodes 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: I2df8f897cf2d53d01e5e9156efbcddd7aa988473
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 caa8f8ef01..fdafa41991 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -72,7 +72,6 @@ wsgi_scripts =
nova-metadata-wsgi = nova.api.metadata.wsgi:init_application
nova.api.v21.extensions =
- baremetal_nodes = nova.api.openstack.compute.baremetal_nodes:BareMetalNodes
extension_info = nova.api.openstack.compute.extension_info:ExtensionInfo
versions = nova.api.openstack.compute.versionsV21:Versions
volumes = nova.api.openstack.compute.volumes:Volumes