We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5466b08 commit c184b33Copy full SHA for c184b33
etc/kayobe/pulp.yml
@@ -523,8 +523,8 @@ stackhpc_pulp_images_kolla:
523
524
# List of images for each base distribution which should not/cannot be built.
525
stackhpc_kolla_unbuildable_images:
526
- ubuntu-jammy: []
527
- rocky-9: []
+ ubuntu: []
+ rocky: []
528
529
# Whitespace-separated list of regular expressions matching Kolla image names.
530
# Usage is similar to kolla-build CLI arguments.
tools/kolla-images.py
@@ -85,8 +85,8 @@
85
86
# List of supported base distributions and versions.
87
SUPPORTED_BASE_DISTROS = [
88
- "rocky-9",
89
- "ubuntu-jammy",
+ "rocky",
+ "ubuntu",
90
]
91
92
0 commit comments