summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHe Jie Xu <hejie.xu@intel.com>2017-07-18 22:57:00 +0800
committerHe Jie Xu <hejie.xu@intel.com>2017-07-18 22:57:00 +0800
commit8acc357168b3203d8a521415c4163a5c85be9d65 (patch)
treead15c0d795495107c7d9ed4f435d9506fdb6aa77 /setup.cfg
parent2b912ccbf12729d453a011dcaca20ba5428e0788 (diff)
downloadnova-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.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 02e407da00..755192e620 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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 =