From e9daf2d0346f60b85040099c52c6607f0366bf51 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Mon, 23 Dec 2019 15:20:35 -0500 Subject: [PATCH] qa/suites/rbd: fixed download path for Ubuntu Bionic The OS image was changed in a9ee4bcf241 from Xenial to Bionic, but the Bionic image path is incorrect. Signed-off-by: Jason Dillaman --- qa/suites/rbd/openstack/workloads/devstack-tempest-gate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/rbd/openstack/workloads/devstack-tempest-gate.yaml b/qa/suites/rbd/openstack/workloads/devstack-tempest-gate.yaml index a2d51a6d7f3aa..1f810788a368c 100644 --- a/qa/suites/rbd/openstack/workloads/devstack-tempest-gate.yaml +++ b/qa/suites/rbd/openstack/workloads/devstack-tempest-gate.yaml @@ -8,7 +8,7 @@ tasks: - image_size: 30720 - image_size: 30720 test: qa/workunits/rbd/run_devstack_tempest.sh - image_url: https://cloud-images.ubuntu.com/releases/18.04/release/ubuntu-18.04-server-cloudimg-amd64-disk1.img + image_url: https://cloud-images.ubuntu.com/releases/18.04/release/ubuntu-18.04-server-cloudimg-amd64.img cloud_config_archive: - type: text/cloud-config content: | -- 2.39.5