Make nova_novncproxy use BUMPs

We have a lock of VNC version inside repo_packages [1]. We should
try using it as otherwise this may result in broken console

[1] https://opendev.org/openstack/openstack-ansible/src/branch/stable/stein/playbooks/defaults/repo_packages/nova_consoles.yml#L33

Change-Id: Icd1fe43c9fa3ab16f9bdaf0a2cb60854c0e15e97
This commit is contained in:
Dmitriy Rabotyagov 2019-12-13 18:04:23 +02:00
parent e73eaea250
commit 1de7b24e70
1 changed files with 2 additions and 2 deletions

View File

@ -217,8 +217,8 @@ nova_novncproxy_base_url: "{{ nova_novncproxy_base_uri }}/vnc_lite.html"
nova_novncproxy_vncserver_proxyclient_address: "{{ ansible_host }}"
nova_novncproxy_vncserver_listen: "{{ ansible_host }}"
nova_novncproxy_agent_enabled: True
nova_novncproxy_git_repo: https://github.com/novnc/noVNC
nova_novncproxy_git_install_branch: master
nova_novncproxy_git_repo: "{{ novncproxy_git_repo | default('https://github.com/novnc/noVNC') }}"
nova_novncproxy_git_install_branch: "{{ novncproxy_git_install_branch | default('master') }}"
## Nova serialconsole
nova_serialconsoleproxy_proto: "ws"