summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHe Jie Xu <hejie.xu@intel.com>2017-07-19 15:02:29 +0800
committerHe Jie Xu <hejie.xu@intel.com>2017-07-23 22:43:53 +0800
commitd8928e4a7ca59fb153967ef436962a4658975129 (patch)
tree2642a565b69bc0f6c2ccefc9f66cb134d4b4e1f6 /setup.cfg
parentc11e9c4848bc07c81315a6563e4a81640e8f7699 (diff)
downloadnova-d8928e4a7ca59fb153967ef436962a4658975129.tar.gz
Using plain routes for the microversions test
Few microversions unittest still depend on the stevedore to load few fake controller. This patch uses the plain routes to instead of stevedore. For the unittest can injects routes which are used for test, the `custom_routes` parameter is added to the APIRouterV21. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I1a7c653ab21be41b1a41f748a35ec9a57dd8b15d
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 73768fa9d1..b02cec4f37 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.test_extensions =
- microversions = nova.tests.unit.api.openstack.compute.microversions:Microversions
-
nova.ipv6_backend =
rfc2462 = nova.ipv6.rfc2462
account_identifier = nova.ipv6.account_identifier