summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHe Jie Xu <hejie.xu@intel.com>2017-07-19 11:06:41 +0800
committerHe Jie Xu <hejie.xu@intel.com>2017-07-21 17:39:46 +0800
commit80f0428033a9603e88231b1a78d297da6a05eab5 (patch)
tree9892d1fbbe50beacb5b4d78f8dc81160f6546c65 /setup.cfg
parente62d9310254cdb0732ca31c8ebff7f2852699646 (diff)
downloadnova-80f0428033a9603e88231b1a78d297da6a05eab5.tar.gz
Use plain routes list for versions instead of stevedore
This patch adds versions 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 To support the redirection from '' to '/', this patch also enables to put a target patch instead of a dict with supported methods in the ROUTE_LIST. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: Iba340c5dd66cf9d006e2e8d3d0674b2140915014
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 3b913a2870..1c86c2d2cc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -73,9 +73,6 @@ wsgi_scripts =
nova-api-wsgi = nova.api.openstack.compute.wsgi:init_application
nova-metadata-wsgi = nova.api.metadata.wsgi:init_application
-nova.api.v21.extensions =
- versions = nova.api.openstack.compute.versionsV21:Versions
-
nova.api.v21.test_extensions =
basic = nova.tests.unit.api.openstack.compute.basic:Basic
microversions = nova.tests.unit.api.openstack.compute.microversions:Microversions