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

class ServiceController

Bases: object

index(req)

Return a list of all running services. Filter by host & service name.

update(req, id, body)

Enable/Disable scheduling for a service.

class ServiceUpdateDeserializer(metadata=None)

Bases: nova.api.openstack.wsgi.XMLDeserializer

default(string)
class ServiceUpdateTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class Services(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Services support.

alias = 'os-services'
get_resources()
name = 'Services'
namespace = 'http://docs.openstack.org/compute/ext/services/api/v2'
updated = '2012-10-28T00:00:00-00:00'
class ServicesIndexTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()

Previous topic

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

Next topic

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

This Page