Skip to content

Commit 664e03d

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Switch default Kolla images for centos/rocky 10"
2 parents 3081026 + fd9e45b commit 664e03d

File tree

1 file changed

+2
-2
lines changed
  • ansible/inventory/group_vars/all

1 file changed

+2
-2
lines changed

ansible/inventory/group_vars/all/kolla

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ kolla_base_distro: "{{ os_distribution }}"
6363
# Kolla base container image distribution version default map.
6464
# Defines default versions for each distribution.
6565
kolla_base_distro_version_default_map: {
66-
"centos": "stream9",
66+
"centos": "stream10",
6767
"debian": "bookworm",
68-
"rocky": "9",
68+
"rocky": "10",
6969
"ubuntu": "noble",
7070
}
7171

0 commit comments

Comments
 (0)