diff options
author | He Jie Xu <hejie.xu@intel.com> | 2017-07-18 22:57:00 +0800 |
---|---|---|
committer | He Jie Xu <hejie.xu@intel.com> | 2017-07-18 22:57:00 +0800 |
commit | 8acc357168b3203d8a521415c4163a5c85be9d65 (patch) | |
tree | ad15c0d795495107c7d9ed4f435d9506fdb6aa77 /setup.cfg | |
parent | 2b912ccbf12729d453a011dcaca20ba5428e0788 (diff) | |
download | nova-8acc357168b3203d8a521415c4163a5c85be9d65.tar.gz |
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
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 = |