Add caracal to codename maps

jammy-caracal, noble-caracal, 2024.1 and noble are being added to their
respective codename maps to allow the testing to recognize caracal
This commit is contained in:
Felipe Reyes
2024-05-08 17:51:00 -04:00
parent 711eb65628
commit ae9a99feaa

View File

@@ -42,6 +42,7 @@ UBUNTU_OPENSTACK_RELEASE = OrderedDict([
('kinetic', 'zed'),
('lunar', 'antelope'),
('mantic', 'bobcat'),
('noble', 'caracal'),
])
@@ -71,6 +72,7 @@ OPENSTACK_CODENAMES = OrderedDict([
('2022.2', 'zed'),
('2023.1', 'antelope'),
('2023.2', 'bobcat'),
('2024.1', 'caracal'),
])
OPENSTACK_RELEASES_PAIRS = [
@@ -87,6 +89,7 @@ OPENSTACK_RELEASES_PAIRS = [
'focal_yoga', 'jammy_yoga', 'jammy_zed',
'kinetic_zed', 'jammy_antelope', 'lunar_antelope',
'jammy_bobcat', 'mantic_bobcat',
'jammy_caracal', 'noble_caracal',
]
SWIFT_CODENAMES = OrderedDict([
@@ -320,6 +323,7 @@ UBUNTU_RELEASES = (
'kinetic',
'lunar',
'mantic',
'noble',
)