Merge "Ensure that the vnc console is disabled when spice is enabled"

This commit is contained in:
Jenkins 2015-10-20 12:08:19 +00:00 committed by Gerrit Code Review
commit 505d457833

View File

@ -129,6 +129,9 @@ html5proxy_base_url = {{ nova_spice_html5proxy_base_url }}
server_listen = {{ nova_management_address }}
server_proxyclient_address = {{ nova_management_address }}
[vnc]
enabled = False
{% elif nova_console_type == 'novnc' %}
[vnc]
enabled = {{ nova_novncproxy_agent_enabled }}