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:
He Jie Xu 2017-07-18 22:57:00 +08:00
parent dd1d3f0b92
commit ddab36dcac
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ wsgi_scripts =
nova-metadata-wsgi = nova.api.metadata.wsgi:init_application
nova.api.v21.extensions =
extension_info = nova.api.openstack.compute.extension_info:ExtensionInfo
versions = nova.api.openstack.compute.versionsV21:Versions
nova.api.v21.test_extensions =