Merge "base: add support for all Rocky Linux 9.x minor releases"

This commit is contained in:
Zuul 2022-12-07 15:49:13 +00:00 committed by Gerrit Code Review
commit 69e8c4b6d9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ DEFAULT_BASE_TAGS = {
DISTRO_PRETTY_NAME = {
'centos': 'CentOS Stream 9',
'debian': 'Debian GNU/Linux 11 (bullseye)',
'rocky': 'Rocky Linux 9.1 (Blue Onyx)',
'rocky': 'Rocky Linux 9.* (Blue Onyx)',
'ubuntu': 'Ubuntu 22.04',
}
OPENSTACK_RELEASE = 'zed'