From ddab36dcacbc91aee4e658306a4f175b025b3915 Mon Sep 17 00:00:00 2001 From: He Jie Xu Date: Tue, 18 Jul 2017 22:57:00 +0800 Subject: [PATCH] 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 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 02e407da0..755192e62 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 =