From d9b21cde93e3a37012fde1133085fcb4a6376455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Nasiadka?= Date: Fri, 16 Apr 2021 09:44:49 +0200 Subject: [PATCH] Bump up python version for Debian Bullseye Depends-On: https://review.opendev.org/c/openstack/kolla/+/772479 Change-Id: I7ae919875fb9dea756ca26d90dc1af791ac766ce --- ansible/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 2cf5a8fe21..de3419cc0c 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -1131,7 +1131,7 @@ kafka_broker_count: "{{ groups['kafka'] | length }}" ######################### distro_python_version_map: { "centos": "3.6", - "debian": "3.7", + "debian": "3.9", "rhel": "3.6", "ubuntu": "3.8" }