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
This commit is contained in:
Stephen Finucane
2017-06-19 16:46:02 +01:00
parent e2020996ae
commit 7c73d39df6
3 changed files with 7 additions and 23 deletions
-1
View File
@@ -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