Skip to content

Commit 048a8c7

Browse files
brianphaleydosaboy
authored andcommitted
Add metadata for Flamingo and Gazpacho releases
Signed-off-by: Brian Haley <haleyb.dev@gmail.com>
1 parent 5e9c494 commit 048a8c7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

zaza/openstack/utilities/os_versions.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
('noble', 'caracal'),
4646
('noble', 'dalmatian'),
4747
('noble', 'epoxy'),
48+
('questing', 'flamingo'),
49+
('resolute', 'gazpacho'),
4850
])
4951

5052

@@ -77,6 +79,8 @@
7779
('2024.1', 'caracal'),
7880
('2024.2', 'dalmatian'),
7981
('2025.1', 'epoxy'),
82+
('2025.2', 'flamingo'),
83+
('2026.1', 'gazpacho'),
8084
])
8185

8286
OPENSTACK_RELEASES_PAIRS = [
@@ -95,6 +99,7 @@
9599
'jammy_bobcat', 'mantic_bobcat',
96100
'jammy_caracal', 'noble_caracal',
97101
'noble_dalmatian', 'noble_epoxy',
102+
'questing_flamingo', 'resolute_gazpacho',
98103
]
99104

100105
SWIFT_CODENAMES = OrderedDict([
@@ -332,6 +337,8 @@
332337
'noble',
333338
'oracular',
334339
'plucky',
340+
'questing',
341+
'resolute',
335342
)
336343

337344

0 commit comments

Comments
 (0)