Merge "Ensure that the vnc console is disabled when spice is enabled"
This commit is contained in:
@@ -129,6 +129,9 @@ html5proxy_base_url = {{ nova_spice_html5proxy_base_url }}
|
|||||||
server_listen = {{ nova_management_address }}
|
server_listen = {{ nova_management_address }}
|
||||||
server_proxyclient_address = {{ nova_management_address }}
|
server_proxyclient_address = {{ nova_management_address }}
|
||||||
|
|
||||||
|
[vnc]
|
||||||
|
enabled = False
|
||||||
|
|
||||||
{% elif nova_console_type == 'novnc' %}
|
{% elif nova_console_type == 'novnc' %}
|
||||||
[vnc]
|
[vnc]
|
||||||
enabled = {{ nova_novncproxy_agent_enabled }}
|
enabled = {{ nova_novncproxy_agent_enabled }}
|
||||||
|
|||||||
Reference in New Issue
Block a user