The nova.api.openstack.compute.legacy_v2.contrib.shelve Module¶
The shelved mode extension.
-
class
Shelve(ext_mgr)¶ Bases:
nova.api.openstack.extensions.ExtensionDescriptorInstance 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= []¶
-