From e28433fca281c43138f2fdb3af9b580871248ca2 Mon Sep 17 00:00:00 2001 From: Paul Martin Date: Wed, 19 Dec 2018 17:47:10 +0000 Subject: [PATCH] Spice console doesn't work on aarch64+kvm. But neither does using serial console. Change-Id: I5c6a70571c5b598edf24c1ca69cf76e74339d145 --- inventory/group_vars/nova_all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/group_vars/nova_all.yml b/inventory/group_vars/nova_all.yml index 15055baef3..d8d1a231fb 100644 --- a/inventory/group_vars/nova_all.yml +++ b/inventory/group_vars/nova_all.yml @@ -21,6 +21,7 @@ nova_service_adminuri_proto: "{{ openstack_service_adminuri_proto | default(nova nova_service_adminuri: "{{ nova_service_adminuri_proto }}://{{ internal_lb_vip_address }}:{{ nova_service_port }}" nova_service_adminurl: "{{ nova_service_adminuri }}/v2.1" nova_console_type: spice +nova_console_agent_enabled: "{{ ansible_architecture != 'aarch64' }}" nova_novncproxy_port: 6080 nova_spice_html5proxy_base_port: 6082 nova_serialconsoleproxy_port: 6083