The cinder.api.contrib.snapshot_actions Module

class SnapshotActionsController(*args, **kwargs)

Bases: cinder.api.openstack.wsgi.Controller

wsgi_actions = {'os-update_snapshot_status': '_update_snapshot_status'}
wsgi_extensions = []
class Snapshot_actions(ext_mgr)

Bases: cinder.api.extensions.ExtensionDescriptor

Enable snapshot manager actions.

alias = 'os-snapshot-actions'
get_controller_extensions()
name = 'SnapshotActions'
namespace = 'http://docs.openstack.org/volume/ext/snapshot-actions/api/v1.1'
updated = '2013-07-16T00:00:00+00:00'
authorize(context, action_name)

Previous topic

The cinder.api.contrib.services Module

Next topic

The cinder.api.contrib.snapshot_manage Module

Project Source

This Page