Skip to content

Commit

Permalink
Add mantic and bobcat identifiers for OpenStack (openstack-charmers#1102
Browse files Browse the repository at this point in the history
)
  • Loading branch information
coreycb authored Aug 25, 2023
1 parent 3edd25b commit a07fb40
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 @@ -41,6 +41,7 @@
('jammy', 'yoga'),
('kinetic', 'zed'),
('lunar', 'antelope'),
('mantic', 'bobcat'),
])


Expand Down Expand Up @@ -69,6 +70,7 @@
('2022.1', 'yoga'),
('2022.2', 'zed'),
('2023.1', 'antelope'),
('2023.2', 'bobcat'),
])

OPENSTACK_RELEASES_PAIRS = [
Expand All @@ -84,6 +86,7 @@
'focal_xena', 'impish_xena',
'focal_yoga', 'jammy_yoga', 'jammy_zed',
'kinetic_zed', 'jammy_antelope', 'lunar_antelope',
'jammy_bobcat', 'mantic_bobcat',
]

SWIFT_CODENAMES = OrderedDict([
Expand Down Expand Up @@ -315,6 +318,7 @@
'jammy',
'kinetic',
'lunar',
'mantic',
)


Expand Down

0 comments on commit a07fb40

Please sign in to comment.