Previous topic

The cinder.api.contrib.volume_host_attribute Module

Next topic

The cinder.api.contrib.volume_tenant_attribute Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.api.contrib.volume_image_metadata Module

The Volume Image Metadata API extension.

class VolumeImageMetadataController(*args, **kwargs)

Bases: cinder.api.openstack.wsgi.Controller

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

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
class VolumeImageMetadataTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
class Volume_image_metadata(ext_mgr)

Bases: cinder.api.extensions.ExtensionDescriptor

Show image metadata associated with the volume

alias = 'os-vol-image-meta'
get_controller_extensions()
name = 'VolumeImageMetadata'
namespace = 'http://docs.openstack.org/volume/ext/volume_image_metadata/api/v1'
updated = '2012-12-07T00:00:00+00:00'
class VolumesImageMetadataTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()