The nova.api.openstack.compute.legacy_v2.contrib.image_size Module

class ImageSizeController(view_builder=None)

Bases: nova.api.openstack.wsgi.Controller

detail(req, resp_obj)
show(req, resp_obj, id)
wsgi_actions = {}
wsgi_extensions = [('detail', None), ('show', None)]
class Image_size(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Adds image size to image listings.

alias = 'OS-EXT-IMG-SIZE'
get_controller_extensions()
name = 'ImageSize'
namespace = 'http://docs.openstack.org/compute/ext/image_size/api/v1.1'
updated = '2013-02-19T00:00:00Z'

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.hypervisors Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.instance_actions Module

Project Source

This Page