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

class ServiceController(ext_mgr=None, *args, **kwargs)

Bases: object

delete(req, id)

Deletes the specified service.

index(req)

Return a list of all running services.

update(req, id, body)

Enable/Disable scheduling for a service.

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:00Z'

Previous topic

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

Next topic

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

Project Source

This Page