The nova.api.openstack.compute.legacy_v2.consoles Module

class Controller

Bases: object

The Consoles controller for the OpenStack API.

create(req, server_id, body)

Creates a new console.

delete(req, server_id, id)

Deletes a console.

index(req, server_id)

Returns a list of consoles for this instance.

show(req, server_id, id)

Shows in-depth information on a specific console.

create_resource()

Previous topic

The nova.api.openstack.compute.keypairs Module

Next topic

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

Project Source

This Page