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

follow-up on I1d624bd2f87be93a386147c5d7403a5524e41633 to support
all upcoming minor releases of the Rocky Linux 9.x (Blue Onyx).

Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
Change-Id: Ifad1da69122381cec10be4a882f80dab665cfc33
This commit is contained in:
Maksim Malchuk 2022-12-01 02:05:11 +03:00
parent 6be0068f37
commit 0124f78d3f
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 = 'master'