openstack-ansible-os_nova/releasenotes/notes/nova_console_agent-399170af9ccfa258.yaml
Dmitriy Rabotyagov fe8d651eaf Remove nova console variables
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
2021-04-13 19:48:40 +03:00

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.