Skip to content

Commit

Permalink
Use non-broken commit for NoVNC
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mnaser committed Apr 2, 2019
1 parent c8619ee commit 33c4f9d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions playbooks/defaults/repo_packages/nova_consoles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33c4f9d

Please sign in to comment.