Merge "Enabled spice"

This commit is contained in:
Jenkins 2016-03-21 21:39:07 +00:00 committed by Gerrit Code Review
commit 3be5be48e1

View File

@ -66,6 +66,7 @@ novncproxy_base_url = {{ public_protocol }}://{{ kolla_external_fqdn }}:{{ nova_
# We have to turn off vnc to use spice
enabled = false
[spice]
enabled = true
server_listen = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
server_proxyclient_address = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
{% if inventory_hostname in groups['compute'] %}