openstack-ansible/releasenotes/notes/nova_console_agent-399170af9ccfa258.yaml
Dmitriy Rabotyagov a28160283a Bump SHAs for master
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/791107
Change-Id: If5df5a97470103c476427848718832508cbc7aeb
2021-05-13 20:05:33 +00: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.