The nova.api.openstack.compute.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 ImageSizeTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
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:00+00:00'
class ImagesSizeTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
make_image(elem)

Previous topic

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

Next topic

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

This Page