From c88894d52a5871a3010a370fabb453b2f81d9670 Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Fri, 2 Sep 2022 06:55:20 -0400 Subject: [PATCH] Update LTS image from Bionic (18.04) to Jammy (22.04) (#860) Ubuntu 22.04.1 was released and it should be used as the new baseline for testing in the gate. --- zaza/openstack/charm_tests/glance/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zaza/openstack/charm_tests/glance/setup.py b/zaza/openstack/charm_tests/glance/setup.py index 3b9fba0..e29de66 100644 --- a/zaza/openstack/charm_tests/glance/setup.py +++ b/zaza/openstack/charm_tests/glance/setup.py @@ -24,8 +24,8 @@ import zaza.utilities.deployment_env as deployment_env CIRROS_IMAGE_NAME = "cirros" CIRROS_ALT_IMAGE_NAME = "cirros_alt" -LTS_RELEASE = "bionic" -LTS_IMAGE_NAME = "bionic" +LTS_RELEASE = "jammy" +LTS_IMAGE_NAME = "jammy" def basic_setup():