From c04611efd2d0939c566bded2c83aa79ba99dcae2 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 26 Mar 2025 12:45:08 +0100 Subject: [PATCH] CI: bump amphora image to jammy focal is not getting builds since July 2024 Change-Id: Ief6e5482e54c34ffdc703bb650bda51bae2bcb5b --- tests/test-octavia.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-octavia.sh b/tests/test-octavia.sh index d58b9592dc..311f18f2d3 100644 --- a/tests/test-octavia.sh +++ b/tests/test-octavia.sh @@ -16,7 +16,7 @@ function check_certificate_expiry { } function register_amphora_image { - amphora_url=https://tarballs.opendev.org/openstack/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-focal.qcow2 + amphora_url=https://tarballs.opendev.org/openstack/octavia/test-images/test-only-amphora-x64-haproxy-ubuntu-jammy.qcow2 curl -o amphora.qcow2 $amphora_url (. /etc/kolla/octavia-openrc.sh && openstack image create amphora-x64-haproxy --file amphora.qcow2 --tag amphora --disk-format qcow2 --property hw_architecture='x86_64' --property hw_rng_model=virtio) }