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

The hypervisors admin extension.

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:00Z'
class HypervisorsController(ext_mgr)

Bases: object

The Hypervisors API controller for the OpenStack API.

detail(req)
index(req)
search(req, id)
servers(req, id)
show(req, id)
statistics(req)
uptime(req, id)

Previous topic

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

Next topic

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

Project Source

This Page