fe8d651eaf
Bunch of variables that were related to nova consoles were missused or unneded at all. Here we deprecate and remove them, along with fixing behaviour to disable spice agent functionality. Change-Id: I28f6d733db689eab879ae5939d1236e7c0d5f521 Closes-Bug: #1923184
13 lines
471 B
YAML
13 lines
471 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Variables ``nova_novncproxy_agent_enabled``,
|
|
``nova_serialconsoleproxy_enabled`` and ``nova_console_agent_enabled``
|
|
are removed and won't have any effect in the future. If you want to
|
|
disable console functionality, set ``nova_console_type: disabled``
|
|
in your user_variables.yml
|
|
fixes:
|
|
- |
|
|
Fixed behaviour of variable ``nova_spice_console_agent_enabled``. It can
|
|
be safely used now to disable spice agent when needed.
|