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
()¶