openstack-ansible-os_nova/releasenotes/notes/nova-console-proxy-git-cleanup-cdeffd3f0d040275.yaml
Bjoern Teipel 9ef8c43780 Cleanup Nova console proxy git repos before updating it
This fix removes /usr/share/spice-html5 and /usr/share/novnc
before updating it in order to prevent git clone issues where
simple git resets seem not clean enough.

Change-Id: I8abdffc2377b68fc40a6a9b678f24eb99a0bc537
Closes-Bug: #1585331
2016-05-26 10:44:40 +00:00

9 lines
348 B
YAML

---
upgrade:
- Cleanup tasks are added to remove the nova console git
directories ``/usr/share/novnc`` and ``/usr/share/spice-html5``,
prior to cloning these inside the nova vnc and spice
console playbooks. This is necessary to guarantee
that local modifications do not break git clone
operations, especially during upgrades.