From 7b692ea674e298b7cf856c3e1a0f6269cfa0f4fb Mon Sep 17 00:00:00 2001 From: Erik Berg Date: Thu, 27 Sep 2018 15:09:21 +0200 Subject: [PATCH] Bump SHA to fix flipping screens in spicehtml5 By bumping this version, we're including; "Handling non-topdown lz_rgb" https://gitlab.freedesktop.org/spice/spice-html5/commit/bfa85a7117fcf28ff19f2507f61db4620da2e828 "Handle non topdown bitmaps" https://gitlab.freedesktop.org/spice/spice-html5/commit/7ba763feb5322f0c97758070075b60cee5464f47 This addresses the "FIXME: Implement non top down support for lz_rgb" in horizon when viewing Windows VM's with the QXL driver installed. Before these fixes, gui elements would be rendered upside down. I'm backdating the "HEAD of master" to the commit date for these fixes, because the SHA hasn't changed since a commit in 2016-03-08, but there's been several commits to the project since. Change-Id: Ic58f200ea60096398dfd7438993a9a8aec5054d7 (cherry picked from commit 035ad8b6dc1ff49e28b2cc5018cfc8b2bb8c9f3b) --- playbooks/defaults/repo_packages/nova_consoles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/defaults/repo_packages/nova_consoles.yml b/playbooks/defaults/repo_packages/nova_consoles.yml index 3c456b2df4..a88c7b724d 100644 --- a/playbooks/defaults/repo_packages/nova_consoles.yml +++ b/playbooks/defaults/repo_packages/nova_consoles.yml @@ -33,6 +33,6 @@ novncproxy_git_track_branch: None ## spice-html5 from source spicehtml5_git_repo: https://gitlab.freedesktop.org/spice/spice-html5.git -spicehtml5_git_install_branch: 54cc41299bea8cd681ed0262735e0fd821cd774a # HEAD of "master" as of 15.08.2017 +spicehtml5_git_install_branch: 7ba763feb5322f0c97758070075b60cee5464f47 # HEAD of "master" as of 10.01.2017 spicehtml5_git_project_group: nova_console spicehtml5_git_track_branch: None