Merge "Update to Ubuntu 22.04 LTS image version"

This commit is contained in:
Zuul 2022-04-28 22:39:54 +00:00 committed by Gerrit Code Review
commit d4853b1748
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ from tobiko.shell import sh
CONF = config.CONF
UBUNTU_IMAGE_VERSION = 'focal'
UBUNTU_IMAGE_VERSION = 'jammy'
UBUNTU_IMAGE_VERSION_NUMBER = '20.04'
UBUNTU_IMAGE_VERSION_NUMBER = '22.04'
UBUNTU_MINIMAL_IMAGE_URL = (
'https://cloud-images.ubuntu.com/minimal/releases/'