summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-06-19 16:46:02 +0100
committerStephen Finucane <sfinucan@redhat.com>2017-06-19 16:49:34 +0100
commit7c73d39df624199bef493a9f7bb002c7ff028ab0 (patch)
treeb7be477f9a7b00118339945028da4c68a6d873a6 /setup.cfg
parente2020996ae1c5645d5a06924d9b2f102501178a0 (diff)
downloadnova-7c73d39df624199bef493a9f7bb002c7ff028ab0.tar.gz
Use plain routes list for os-remote-consoles instead of stevedore
This patch adds os-remote-consoles 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: Id192220445e296656eedb79e39042cd00bbe65a7
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 b77cd2e3ac..dacce26d2d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -80,7 +80,6 @@ nova.api.v21.extensions =
image_size = nova.api.openstack.compute.image_size:ImageSize
networks = nova.api.openstack.compute.networks:Networks
networks_associate = nova.api.openstack.compute.networks_associate:NetworksAssociate
- remote_consoles = nova.api.openstack.compute.remote_consoles:RemoteConsoles
security_group_default_rules = nova.api.openstack.compute.security_group_default_rules:SecurityGroupDefaultRules
security_groups = nova.api.openstack.compute.security_groups:SecurityGroups
versions = nova.api.openstack.compute.versionsV21:Versions