ironic.drivers.modules.graphical_console module¶
- class ironic.drivers.modules.graphical_console.GraphicalConsole(*args, **kwargs)[source]¶
Bases:
ConsoleInterface
- get_app_info(task)[source]¶
Information required by the app to connect to the console
- Returns:
dict containing app-specific values
- abstract get_app_name()[source]¶
Get the name of the app passed to the console container.
A single console container image is expected to support all known graphical consoles and each implementation is referred to as an app. Each graphical console driver will specify what app to load in the container.
- Returns:
String representing the app name to load in the console container