Skip to content
Snippets Groups Projects
Commit 3be5be48 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Enabled spice"

parents 87796b0f 7936b18a
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,7 @@ novncproxy_base_url = {{ public_protocol }}://{{ kolla_external_fqdn }}:{{ nova_ ...@@ -66,6 +66,7 @@ novncproxy_base_url = {{ public_protocol }}://{{ kolla_external_fqdn }}:{{ nova_
# We have to turn off vnc to use spice # We have to turn off vnc to use spice
enabled = false enabled = false
[spice] [spice]
enabled = true
server_listen = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }} server_listen = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
server_proxyclient_address = {{ 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'] %} {% if inventory_hostname in groups['compute'] %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment