cinder.api.contrib.volume_encryption_metadata Module¶The volume encryption metadata extension.
VolumeEncryptionMetadataController(view_builder=None)¶Bases: cinder.api.openstack.wsgi.Controller
The volume encryption metadata API extension.
index(req, volume_id)¶Returns the encryption metadata for a given volume.
show(req, volume_id, id)¶Return a single encryption item.
wsgi_actions = {}¶wsgi_extensions = []¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.