Skip to content

Commit 5daecc0

Browse files
committed
Add Noble to kolla-images.py
1 parent 8a82bb2 commit 5daecc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/kolla-images.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
# List of supported base distributions and versions.
100100
SUPPORTED_BASE_DISTROS = [
101101
"rocky-9",
102-
"ubuntu-jammy",
102+
"ubuntu-noble",
103103
]
104104

105105

@@ -230,7 +230,7 @@ def get_openstack_release() -> str:
230230
if key.strip() == "defaultbranch":
231231
value = value.strip()
232232
if value == "master":
233-
return value
233+
return value[:]
234234
for prefix in ("stable/", "unmaintained/"):
235235
if value.startswith(prefix):
236236
return value[len(prefix):]

0 commit comments

Comments
 (0)