Use plain routes list for os-services endpoint instead of stevedore
This patch adds os-services 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: Ib145494b9fc3c660176098e4168cf72db507f34d
This commit is contained in:
@@ -90,7 +90,6 @@ nova.api.v21.extensions =
|
||||
security_group_default_rules = nova.api.openstack.compute.security_group_default_rules:SecurityGroupDefaultRules
|
||||
security_groups = nova.api.openstack.compute.security_groups:SecurityGroups
|
||||
server_groups = nova.api.openstack.compute.server_groups:ServerGroups
|
||||
services = nova.api.openstack.compute.services:Services
|
||||
tenant_networks = nova.api.openstack.compute.tenant_networks:TenantNetworks
|
||||
user_data = nova.api.openstack.compute.user_data:UserData
|
||||
versions = nova.api.openstack.compute.versionsV21:Versions
|
||||
|
||||
Reference in New Issue
Block a user