Fix: JaCoCo exclude patterns format
[releng/global-jjb.git] / releasenotes / notes / update-cloud-image-1700ad09d44a172e.yaml
1 ---
2 fixes:
3   - |
4     The update-cloud-images.sh script was using virtualenv to install openstack
5     which fails because the latest version of openstack requires python3.  It
6     fails quietly because that is no error handling in the script (all errors
7     are ignored). The script now uses lf-activate-venv() and it runs with 'set
8     -euo pipefail'.