Port image-size extension to work in v2.1/v3 framework
Ports v2 image-size extension and adapts it to the v2.1/v3 API framework. API behaviour is identical with the exception that there is no support for XML. Also - unittest code modified to share testing with both v2/v2.1 - Adds expected error decorators for API methods Partially implements blueprint v2-on-v3-api Change-Id: I44f3d35b3d888e2f4429ca0788d74b9b0cce9494
This commit is contained in:
parent
3361b6562c
commit
cb302f2ba5
@ -89,6 +89,7 @@ nova.api.v3.extensions =
|
||||
hypervisors = nova.api.openstack.compute.plugins.v3.hypervisors:Hypervisors
|
||||
images = nova.api.openstack.compute.plugins.v3.images:Images
|
||||
image_metadata = nova.api.openstack.compute.plugins.v3.image_metadata:ImageMetadata
|
||||
image_size = nova.api.openstack.compute.plugins.v3.image_size:ImageSize
|
||||
instance_actions = nova.api.openstack.compute.plugins.v3.instance_actions:InstanceActions
|
||||
ips = nova.api.openstack.compute.plugins.v3.ips:IPs
|
||||
keypairs = nova.api.openstack.compute.plugins.v3.keypairs:Keypairs
|
||||
|
Loading…
x
Reference in New Issue
Block a user