Spice console doesn't work on aarch64+kvm.

But neither does using serial console.

Change-Id: I1d451f99df664dfd62b62518f483c27669b77a14
This commit is contained in:
Paul Martin 2018-12-19 17:49:52 +00:00
parent ab4764a079
commit e411d35ac3
1 changed files with 1 additions and 1 deletions

View File

@ -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