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:
parent
e316cc66c3
commit
c5eb1b01a2
@ -215,7 +215,7 @@ vendordata_dynamic_targets = {{ vendor_data_url }}
|
||||
|
||||
{% if console_access_protocol == 'spice' -%}
|
||||
[spice]
|
||||
agent_enabled = True
|
||||
agent_enabled = {{ spice_agent_enabled }}
|
||||
enabled = True
|
||||
html5proxy_base_url = {{ spice_proxy_address }}
|
||||
keymap = {{ console_keymap }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user