Bump up python version for Debian Bullseye

Depends-On: https://review.opendev.org/c/openstack/kolla/+/772479
Change-Id: I7ae919875fb9dea756ca26d90dc1af791ac766ce
This commit is contained in:
Michał Nasiadka 2021-04-16 09:44:49 +02:00 committed by Marcin Juszkiewicz
parent 51134fb311
commit d9b21cde93

View File

@ -1131,7 +1131,7 @@ kafka_broker_count: "{{ groups['kafka'] | length }}"
######################### #########################
distro_python_version_map: { distro_python_version_map: {
"centos": "3.6", "centos": "3.6",
"debian": "3.7", "debian": "3.9",
"rhel": "3.6", "rhel": "3.6",
"ubuntu": "3.8" "ubuntu": "3.8"
} }