Add release note with workaround for spice-html5 repo change

Only fixing the current release is not a complete fix. We should
also add a release note notifying our users of the known issue
and, where possible, provide a workaround. This patch does both.

Change-Id: Ic342de2a8fcb67bc8b1c55a26d7eb910ef55c608
This commit is contained in:
Jesse Pretorius 2018-06-07 14:54:41 +01:00
parent 08fb0c1b48
commit 9236853f30
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
issues:
- |
Recently the spice-html5 git repository was entirely moved from
``https://github.com/SPICE/spice-html5`` to
``https://gitlab.freedesktop.org/spice/spice-html5``. This results
in a failure in the git clone stage of the ``repo-build.yml``
playbook for OSA pike releases earlier than ``16.0.14``.
To fix the issue, deployers may upgrade to the most recent release,
or may implement the following override in ``user_variables.yml``.
.. code-block:: yaml
nova_spicehtml5_git_repo: https://gitlab.freedesktop.org/spice/spice-html5.git