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:
committed by
Stephen Finucane
parent
9452aafd08
commit
9b98781015
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user