Previous topic

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

Next topic

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

The hypervisors admin extension.

class HypervisorDetailTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class HypervisorIndexTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class HypervisorServersTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class HypervisorTemplate

Bases: nova.api.openstack.xmlutil.TemplateBuilder

construct()
class Hypervisors(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Admin-only hypervisor administration

alias = 'os-hypervisors'
get_resources()
name = 'Hypervisors'
namespace = 'http://docs.openstack.org/compute/ext/hypervisors/api/v1.1'
updated = '2012-06-21T00:00:00+00:00'
class HypervisorsController

Bases: object

The Hypervisors API controller for the OpenStack API.

detail(req)
index(req)
search(req, id)
servers(req, id)
show(req, id)
make_hypervisor(elem, detail)