Skip to content

Commit c184b33

Browse files
committed
Fix distro naming
1 parent 5466b08 commit c184b33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

etc/kayobe/pulp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ stackhpc_pulp_images_kolla:
523523

524524
# List of images for each base distribution which should not/cannot be built.
525525
stackhpc_kolla_unbuildable_images:
526-
ubuntu-jammy: []
527-
rocky-9: []
526+
ubuntu: []
527+
rocky: []
528528

529529
# Whitespace-separated list of regular expressions matching Kolla image names.
530530
# Usage is similar to kolla-build CLI arguments.

tools/kolla-images.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585

8686
# List of supported base distributions and versions.
8787
SUPPORTED_BASE_DISTROS = [
88-
"rocky-9",
89-
"ubuntu-jammy",
88+
"rocky",
89+
"ubuntu",
9090
]
9191

9292

0 commit comments

Comments
 (0)