Previous topic

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

Next topic

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

class ServerStartStopActionController(*args, **kwargs)

Bases: nova.api.openstack.wsgi.Controller

wsgi_actions = {'os-stop': '_stop_server', 'os-start': '_start_server'}
wsgi_extensions = []
class Server_start_stop(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Start/Stop instance compute API support

alias = 'os-server-start-stop'
get_controller_extensions()
name = 'ServerStartStop'
namespace = 'http://docs.openstack.org/compute/ext/servers/api/v1.1'
updated = '2012-01-23T00:00:00+00:00'