Fix SPICE agent setting in Train nova.conf template

Prior to this commit the SPICE agent was hard set to True regardless of
the nova-cloud-controller spice-agent-enabled value, preventing the use
of hw_pointer_model=usbtablet for Windows guests.

Change-Id: I6553623414acfadeb415342e8601a00ba5d80660
This commit is contained in:
James Vaughn 2021-01-25 16:02:21 +00:00
parent e316cc66c3
commit c5eb1b01a2
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ vendordata_dynamic_targets = {{ vendor_data_url }}
{% if console_access_protocol == 'spice' -%} {% if console_access_protocol == 'spice' -%}
[spice] [spice]
agent_enabled = True agent_enabled = {{ spice_agent_enabled }}
enabled = True enabled = True
html5proxy_base_url = {{ spice_proxy_address }} html5proxy_base_url = {{ spice_proxy_address }}
keymap = {{ console_keymap }} keymap = {{ console_keymap }}