a28160283a
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/791107 Change-Id: If5df5a97470103c476427848718832508cbc7aeb
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.
|