Merge "Spice console doesn't work on aarch64+kvm."
This commit is contained in:
commit
64dc1747f5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user