Merge "Use plain routes list for server-metadata endpoint instead of stevedore"

This commit is contained in:
Jenkins
2017-05-03 16:00:31 +00:00
committed by Gerrit Code Review
4 changed files with 19 additions and 38 deletions
-1
View File
@@ -109,7 +109,6 @@ nova.api.v21.extensions =
security_groups = nova.api.openstack.compute.security_groups:SecurityGroups
server_diagnostics = nova.api.openstack.compute.server_diagnostics:ServerDiagnostics
server_external_events = nova.api.openstack.compute.server_external_events:ServerExternalEvents
server_metadata = nova.api.openstack.compute.server_metadata:ServerMetadata
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