The nova.api.openstack.compute.legacy_v2.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:00Z'

Previous topic

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

Next topic

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

Project Source

This Page