Merge "Revert "Update to Fedora 35 image version""

This commit is contained in:
Zuul 2022-05-03 15:16:38 +00:00 committed by Gerrit Code Review
commit 7fc2abbaec
1 changed files with 2 additions and 5 deletions

View File

@ -23,13 +23,10 @@ from tobiko.openstack.stacks import _nova
CONF = config.CONF
FEDORA_IMAGE_VERSION = '35'
FEDORA_IMAGE_RELEASE = '35-1.2'
FEDORA_IMAGE_URL = (
'https://download.fedoraproject.org/pub/fedora/linux/releases/'
f'{FEDORA_IMAGE_VERSION}/Cloud/x86_64/images/'
f'Fedora-Cloud-Base-{FEDORA_IMAGE_RELEASE}.x86_64.qcow2')
'https://download.fedoraproject.org/pub/fedora/linux/releases/34/Cloud/'
'x86_64/images/Fedora-Cloud-Base-34-1.2.x86_64.qcow2')
class FedoraBaseImageFixture(glance.URLGlanceImageFixture):