Use plain routes list for os-snapshots instead of stevedore

This patch adds os-snapshots 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: If2f073066fc4df533138409eec6c8ac0dd44d00a
This commit is contained in:
He Jie Xu 2017-07-18 22:42:59 +08:00
parent 3e10dd5c5b
commit dd1d3f0b92
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ wsgi_scripts =
nova.api.v21.extensions =
extension_info = nova.api.openstack.compute.extension_info:ExtensionInfo
versions = nova.api.openstack.compute.versionsV21:Versions
volumes = nova.api.openstack.compute.volumes:Volumes
nova.api.v21.test_extensions =
basic = nova.tests.unit.api.openstack.compute.basic:Basic