summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorKevin_Zheng <zhengzhenyu@huawei.com>2017-05-03 16:23:33 +0800
committerKevin_Zheng <zhengzhenyu@huawei.com>2017-05-17 09:32:31 +0800
commit6501ba0eb46d875468fb54e2e7a26c62963f5e55 (patch)
tree62cd6856efe31503b7a8c73bdfb25419f2dd4ef5 /setup.cfg
parent68bbddd8aea8f8b2d671e0d675524a1e568eb773 (diff)
downloadnova-6501ba0eb46d875468fb54e2e7a26c62963f5e55.tar.gz
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
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 99e68cd1c4..cd35a57951 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