From 7936b18a4d4f6d381498a74f4627578a9dfa433d Mon Sep 17 00:00:00 2001 From: SamYaple Date: Mon, 21 Mar 2016 20:20:39 +0000 Subject: [PATCH] Enabled spice spice used to default to enabled, it does not anymore Closes-Bug: #1560205 Change-Id: I788f89587997f0d293ec57e0153592b0ed7b7aab --- ansible/roles/nova/templates/nova.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/nova/templates/nova.conf.j2 b/ansible/roles/nova/templates/nova.conf.j2 index b8cc3807d6..8560483bb3 100644 --- a/ansible/roles/nova/templates/nova.conf.j2 +++ b/ansible/roles/nova/templates/nova.conf.j2 @@ -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'] %}