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
This commit is contained in:
Kevin_Zheng
2017-05-03 22:45:29 +08:00
committed by Stephen Finucane
parent 9452aafd08
commit 9b98781015
2 changed files with 0 additions and 17 deletions
-1
View File
@@ -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