From 8a48223779792152331c6840c88a0b69367c10a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <radoslaw.piliszek@gmail.com> Date: Thu, 28 Jul 2022 14:17:29 +0200 Subject: [PATCH] Adjust the distro_python_version for Jammy We built Jammy images under the existing focal tag. Change-Id: I22859732bbe241a78e9ea451f104e7810fa4cbcc --- 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 480ccf7b4c..df9276de20 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -1158,7 +1158,7 @@ distro_python_version_map: { "centos": "3.6", "debian": "3.9", "rhel": "3.6", - "ubuntu": "3.8" + "ubuntu": "3.10" } kolla_base_distro_version_default_map: {