Skip to content

Commit

Permalink
Merge pull request #1206 from freyes/add-caracal
Browse files Browse the repository at this point in the history
Add caracal to codename maps
  • Loading branch information
ajkavanagh authored May 9, 2024
2 parents 711eb65 + ae9a99f commit 2ebdf58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zaza/openstack/utilities/os_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
('kinetic', 'zed'),
('lunar', 'antelope'),
('mantic', 'bobcat'),
('noble', 'caracal'),
])


Expand Down Expand Up @@ -71,6 +72,7 @@
('2022.2', 'zed'),
('2023.1', 'antelope'),
('2023.2', 'bobcat'),
('2024.1', 'caracal'),
])

OPENSTACK_RELEASES_PAIRS = [
Expand All @@ -87,6 +89,7 @@
'focal_yoga', 'jammy_yoga', 'jammy_zed',
'kinetic_zed', 'jammy_antelope', 'lunar_antelope',
'jammy_bobcat', 'mantic_bobcat',
'jammy_caracal', 'noble_caracal',
]

SWIFT_CODENAMES = OrderedDict([
Expand Down Expand Up @@ -320,6 +323,7 @@
'kinetic',
'lunar',
'mantic',
'noble',
)


Expand Down

0 comments on commit 2ebdf58

Please sign in to comment.