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)