Merge "Fix build of debian images"

This commit is contained in:
Zuul 2021-06-28 20:06:30 +00:00 committed by Gerrit Code Review
commit 314362ff07
2 changed files with 7 additions and 1 deletions

View File

@ -31,7 +31,7 @@ DEFAULT_BASE_TAGS = {
DISTRO_PRETTY_NAME = {
'centos': 'CentOS Stream 8',
'rhel': 'Red Hat Enterprise Linux 8',
'debian': 'Debian GNU/Linux bullseye',
'debian': 'Debian GNU/Linux 11 (bullseye)',
'ubuntu': 'Ubuntu 20.04',
}
OPENSTACK_RELEASE = 'wallaby'

View File

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