Previous topic

The nova.compute.vm_states Module

Next topic

The nova.console.fake 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.console.api Module

Handles ConsoleProxy API requests.

class API(**kwargs)

Bases: nova.db.base.Base

API for spinning up or down console proxy connections.

create_console(context, instance_id)
delete_console(context, instance_id, console_id)
get_console(context, instance_id, console_id)
get_consoles(context, instance_id)