kolla/releasenotes/notes/bug-1933770-c08c6804aa5d9e61.yaml
Michal Arbet 7344e65aa9 Fix build of debian images
Kolla expects different PRETTY_NAME var as
debian defined in /etc/os-release. Therefore
bullseye debian images build is failing.
This patch is changing what kolla expects in
PRETTY_NAME var and fixing build of debian images.

Closes-Bug: #1933770
Change-Id: Ie276b7877ca2edd31dd7a107d70b75ae1735f744
2021-06-28 16:50:13 +00:00

7 lines
193 B
YAML

---
fixes:
- |
Fixes debian image build failure caused by the official
Debian bullseye release changing the os identification.
`LP#1933770 <https://launchpad.net/bugs/1933770>`__