From e411d35ac3bbb81dfea00ed979508f2b9f312be9 Mon Sep 17 00:00:00 2001 From: Paul Martin Date: Wed, 19 Dec 2018 17:49:52 +0000 Subject: [PATCH] Spice console doesn't work on aarch64+kvm. But neither does using serial console. Change-Id: I1d451f99df664dfd62b62518f483c27669b77a14 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 06d06d0c..4b025e81 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -238,7 +238,7 @@ nova_spice_html5proxy_base_proto: "{{ openstack_service_publicuri_proto | defaul nova_spice_html5proxy_base_port: 6082 nova_spice_html5proxy_base_uri: "{{ nova_spice_html5proxy_base_proto }}://{{ external_lb_vip_address }}:{{ nova_spice_html5proxy_base_port }}" nova_spice_html5proxy_base_url: "{{ nova_spice_html5proxy_base_uri }}/spice_auto.html" -nova_spice_console_agent_enabled: True +nova_spice_console_agent_enabled: "{{ ansible_architecture != 'aarch64' }}" nova_spicehtml5_git_repo: https://gitlab.freedesktop.org/spice/spice-html5.git nova_spicehtml5_git_install_branch: master