Skip to content

Commit

Permalink
Merge pull request #1285 from javacruft/feat/dalmatian-and-epoxy
Browse files Browse the repository at this point in the history
Add metadata for Dalmatian and Epoxy releases.
  • Loading branch information
javacruft authored Nov 22, 2024
2 parents 4f3c775 + e81dd1b commit 4dc1ca3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zaza/openstack/utilities/os_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
('lunar', 'antelope'),
('mantic', 'bobcat'),
('noble', 'caracal'),
('noble', 'dalmatian'),
('noble', 'epoxy'),
])


Expand Down Expand Up @@ -73,6 +75,8 @@
('2023.1', 'antelope'),
('2023.2', 'bobcat'),
('2024.1', 'caracal'),
('2024.2', 'dalmatian'),
('2025.1', 'epoxy'),
])

OPENSTACK_RELEASES_PAIRS = [
Expand All @@ -90,6 +94,7 @@
'kinetic_zed', 'jammy_antelope', 'lunar_antelope',
'jammy_bobcat', 'mantic_bobcat',
'jammy_caracal', 'noble_caracal',
'noble_dalmatian', 'noble_epoxy',
]

SWIFT_CODENAMES = OrderedDict([
Expand Down Expand Up @@ -325,6 +330,8 @@
'lunar',
'mantic',
'noble',
'oracular',
'plucky',
)


Expand Down

0 comments on commit 4dc1ca3

Please sign in to comment.