Use plain routes list for extension_info instead of stevedore
This patch adds extension_info 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: I07c5e0dc34042d4f3cea8b1b933b11a624ec9512
This commit is contained in:
parent
dd1d3f0b92
commit
ddab36dcac
@ -72,7 +72,6 @@ wsgi_scripts =
|
|||||||
nova-metadata-wsgi = nova.api.metadata.wsgi:init_application
|
nova-metadata-wsgi = nova.api.metadata.wsgi:init_application
|
||||||
|
|
||||||
nova.api.v21.extensions =
|
nova.api.v21.extensions =
|
||||||
extension_info = nova.api.openstack.compute.extension_info:ExtensionInfo
|
|
||||||
versions = nova.api.openstack.compute.versionsV21:Versions
|
versions = nova.api.openstack.compute.versionsV21:Versions
|
||||||
|
|
||||||
nova.api.v21.test_extensions =
|
nova.api.v21.test_extensions =
|
||||||
|
Loading…
Reference in New Issue
Block a user