summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHe Jie Xu <hejie.xu@intel.com>2017-04-26 15:52:22 +0800
committerStephen Finucane <sfinucan@redhat.com>2017-06-01 11:47:51 +0100
commit01e3fa92467ba5978b5c0719268ce54d926bd7e1 (patch)
treea06f9c824016c064e7c6548b215b6bef368ad451 /setup.cfg
parenta1eca94d89ba49eaa521303dfa8d991237cb5eb7 (diff)
downloadnova-01e3fa92467ba5978b5c0719268ce54d926bd7e1.tar.gz
Use plain routes list for os-interface endpoint instead of stevedore
This patch adds os-interface 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: I4afbc20e60bb8d324027903879d60f808595dac1
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 3faab7c92c..71ef2f8c37 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 =
- attach_interfaces = nova.api.openstack.compute.attach_interfaces:AttachInterfaces
baremetal_nodes = nova.api.openstack.compute.baremetal_nodes:BareMetalNodes
block_device_mapping = nova.api.openstack.compute.block_device_mapping:BlockDeviceMapping
cells = nova.api.openstack.compute.cells:Cells