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.
This commit is contained in:
Felipe Reyes
2022-09-02 06:55:20 -04:00
committed by GitHub
parent 909513917e
commit c88894d52a
+2 -2
View File
@@ -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():