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

The shelved mode extension.

class Shelve(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Instance shelve mode.

alias = 'os-shelve'
get_controller_extensions()
name = 'Shelve'
namespace = 'http://docs.openstack.org/compute/ext/shelve/api/v1.1'
updated = '2013-04-06T00:00:00Z'
class ShelveController(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

wsgi_actions = {'unshelve': '_unshelve', 'shelveOffload': '_shelve_offload', 'shelve': '_shelve'}
wsgi_extensions = []

Previous topic

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

Next topic

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

Project Source

This Page