Merge "Spice console doesn't work on aarch64+kvm."

This commit is contained in:
Zuul 2019-01-11 17:28:28 +00:00 committed by Gerrit Code Review
commit a853823807
1 changed files with 1 additions and 0 deletions

View File

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