Previous topic

The nova.api.openstack.compute.contrib.quotas Module

Next topic

The nova.api.openstack.compute.contrib.scheduler_hints Module

This Page

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

The nova.api.openstack.compute.contrib.rescue Module

The rescue mode extension.

class Rescue(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Instance rescue mode

alias = 'os-rescue'
get_controller_extensions()
name = 'Rescue'
namespace = 'http://docs.openstack.org/compute/ext/rescue/api/v1.1'
updated = '2011-08-18T00:00:00+00:00'
class RescueController(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

wsgi_actions = {'unrescue': '_unrescue', 'rescue': '_rescue'}
wsgi_extensions = []