summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorKevin_Zheng <zhengzhenyu@huawei.com>2017-05-03 22:45:29 +0800
committerStephen Finucane <sfinucan@redhat.com>2017-06-12 15:48:56 +0100
commit9b9878101542ff92d53553e44efb7ee6497be050 (patch)
tree63e17d2ec445609ef37afa6924da8ca638a69aa5 /setup.cfg
parent9452aafd08f0081e0e81d630ef936a39228e59a0 (diff)
downloadnova-9b9878101542ff92d53553e44efb7ee6497be050.tar.gz
Use plain routes list for block_device_mapping instead of stevedore
This patch adds block_device_mapping 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: I3d1774943708db3c285ca6597898393349970c7b
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 7f20c96176..6a7854bb7b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -73,7 +73,6 @@ wsgi_scripts =
nova.api.v21.extensions =
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
cloudpipe = nova.api.openstack.compute.cloudpipe:Cloudpipe
extension_info = nova.api.openstack.compute.extension_info:ExtensionInfo