Use non-broken commit for NoVNC

NoVNC shipped a change that broke the entire Nova integration,
this patch reverts to the change *just* before it in order to
be able to ship a working NoVNC.

Change-Id: Icde731c89c66669ac5df6cf524c608f6008a8668
Related-Bug: #1822676
This commit is contained in:
Mohammed Naser 2019-04-01 16:50:15 -04:00
parent c8619eed66
commit 33c4f9df3d
1 changed files with 5 additions and 2 deletions

View File

@ -27,9 +27,12 @@
## NOVNC from source
novncproxy_git_repo: https://github.com/novnc/noVNC
novncproxy_git_install_branch: dcc41bde618ade458ec516736b375a19db3b13ed # HEAD as of 29.03.2019
# NOTE(mnaser): NoVNC broke downstream Nova with their change, we can start tracking
# master again once the following is fixed.
# https://bugs.launchpad.net/openstack-ansible/+bug/1822676
novncproxy_git_install_branch: 8c2866df3619e49d629b5f98c20d27a7c72d102a
novncproxy_git_project_group: nova_console
novncproxy_git_track_branch: master
novncproxy_git_track_branch: None
## spice-html5 from source