Previous topic

The cinder.api.contrib.quotas Module

Next topic

The cinder.api.contrib.types_extra_specs Module

This Page

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

The cinder.api.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 Services(ext_mgr)

Bases: cinder.api.extensions.ExtensionDescriptor

Services support

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

Bases: cinder.api.xmlutil.TemplateBuilder

construct()
class ServicesUpdateTemplate

Bases: cinder.api.xmlutil.TemplateBuilder

construct()