Skip to content

Commit b0743ed

Browse files
committed
Correctly map kolla_base_distro_version
1 parent 3217a11 commit b0743ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ kolla_base_distro: "{% raw %}{{ ansible_facts.distribution | lower }}{% endraw %
1212

1313
# Use facts so this is determined correctly when the control host OS differs
1414
# from os_distribuition.
15-
kolla_base_distro_version: "{% raw %}{{ ansible_facts.distribution_major_version }}{% endraw %}"
15+
kolla_base_distro_version: "{% raw %}{{ kolla_base_distro_version_default_map[kolla_base_distro] }}{% endraw %}"
1616

1717
# Convenience variable for base distro and version string.
1818
kolla_base_distro_and_version: "{% raw %}{{ kolla_base_distro }}-{{ kolla_base_distro_version }}{% endraw %}"

0 commit comments

Comments
 (0)