From e87285018956c12ceae5c3876131c877c024aae0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <radoslaw.piliszek@gmail.com>
Date: Thu, 28 Jul 2022 10:16:55 +0200
Subject: [PATCH] Switch to Jammy images

Change-Id: I8ad42b20302a67b94b95a234da309279be0fe82d
---
 ansible/group_vars/all.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml
index 480ccf7b4c..511edd752e 100644
--- a/ansible/group_vars/all.yml
+++ b/ansible/group_vars/all.yml
@@ -1158,13 +1158,13 @@ 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: {
   "centos": "stream8",
   "debian": "bullseye",
-  "ubuntu": "focal",
+  "ubuntu": "jammy",
 }
 
 distro_python_version: "{{ distro_python_version_map[kolla_base_distro] }}"