From d5e3d3abb34c0e74f3ee5a355f58857292366104 Mon Sep 17 00:00:00 2001 From: Kevin_Zheng Date: Wed, 3 May 2017 16:23:33 +0800 Subject: [PATCH] Use plain routes list for server-password endpoint instead of stevedore This patch adds server-password 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: Ic05b858fa5db711e0e755e6d7c2beaffbc9bc2b8 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 99e68cd1c..cd35a5795 100644 --- a/setup.cfg +++ b/setup.cfg @@ -102,7 +102,6 @@ nova.api.v21.extensions = server_diagnostics = nova.api.openstack.compute.server_diagnostics:ServerDiagnostics server_external_events = nova.api.openstack.compute.server_external_events:ServerExternalEvents server_migrations = nova.api.openstack.compute.server_migrations:ServerMigrations - server_password = nova.api.openstack.compute.server_password:ServerPassword server_tags = nova.api.openstack.compute.server_tags:ServerTags server_groups = nova.api.openstack.compute.server_groups:ServerGroups services = nova.api.openstack.compute.services:Services