Remove multiple create from stevedore
The stevedore will be removed from the nova API code. And the extension info API already is implemented by a hard-code list. So this multiple create extension entry is useless anymore. Partial-implement-blueprint api-no-more-extensions-pike Change-Id: I57caf68d62393b32f800300d4504dd726c3a37c4
This commit is contained in:
parent
f1ab3d63de
commit
de78c01c76
@ -78,7 +78,6 @@ nova.api.v21.extensions =
|
||||
images = nova.api.openstack.compute.images:Images
|
||||
image_metadata = nova.api.openstack.compute.image_metadata:ImageMetadata
|
||||
image_size = nova.api.openstack.compute.image_size:ImageSize
|
||||
multiple_create = nova.api.openstack.compute.multiple_create:MultipleCreate
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user