Previous topic

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

Next topic

The nova.api.openstack.compute.contrib.disk_config 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.deferred_delete Module

The deferred instance delete extension.

class DeferredDeleteController(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

wsgi_actions = {'restore': '_restore', 'forceDelete': '_force_delete'}
wsgi_extensions = []
class Deferred_delete(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Instance deferred delete

alias = 'os-deferred-delete'
get_controller_extensions()
name = 'DeferredDelete'
namespace = 'http://docs.openstack.org/compute/ext/deferred-delete/api/v1.1'
updated = '2011-09-01T00:00:00+00:00'