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.
2 parents 3081026 + fd9e45b commit 664e03dCopy full SHA for 664e03d
ansible/inventory/group_vars/all/kolla
@@ -63,9 +63,9 @@ kolla_base_distro: "{{ os_distribution }}"
63
# Kolla base container image distribution version default map.
64
# Defines default versions for each distribution.
65
kolla_base_distro_version_default_map: {
66
- "centos": "stream9",
+ "centos": "stream10",
67
"debian": "bookworm",
68
- "rocky": "9",
+ "rocky": "10",
69
"ubuntu": "noble",
70
}
71
0 commit comments