Use older rocky linux image
Recently rocky9 linux image has been updated and many tests started to fail due to various reasons, e.g. - flavor is too small for the image - tcpdump is missing in the image - resolv.conf not found This patch switches to older rocky image that is known to be more stable. Change-Id: Ica8f545cb49475b193afac72c70bc050ffc3723f
This commit is contained in:
parent
0222b13376
commit
50141c2852
@ -39,7 +39,7 @@
|
||||
USE_PYTHON3: true
|
||||
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_tempest) | join(',') }}"
|
||||
PHYSICAL_NETWORK: public
|
||||
IMAGE_URLS: https://download.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
|
||||
IMAGE_URLS: https://dl.rockylinux.org/vault/rocky/9.3/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
|
||||
CIRROS_VERSION: 0.6.2
|
||||
DEFAULT_IMAGE_NAME: cirros-0.6.2-x86_64-uec
|
||||
DEFAULT_IMAGE_FILE_NAME: cirros-0.6.2-x86_64-uec.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user