use plain routes list for os-virtual-interfaces
This patch adds os-virtual-interfaces 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: I47ccef43e41da0a85bff3da71655c33b6fea4fe4
This commit is contained in:
committed by
He Jie Xu
parent
f6e0ef143d
commit
e3f52773cb
@@ -94,7 +94,6 @@ nova.api.v21.extensions =
|
||||
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
|
||||
virtual_interfaces = nova.api.openstack.compute.virtual_interfaces:VirtualInterfaces
|
||||
volumes = nova.api.openstack.compute.volumes:Volumes
|
||||
|
||||
nova.api.v21.test_extensions =
|
||||
|
||||
Reference in New Issue
Block a user