From c2b0d72a07c8444cd8cb755308bbf165294ac833 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 25 Jul 2018 15:49:07 -0400 Subject: [PATCH] CPERF: Fix cirros image name for csit Change-Id: I61ffe3d058ff797878d2ef00e5801497f91ea436 Signed-off-by: Tim Rozet --- jjb/cperf/cirros-upload.yaml.ansible | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jjb/cperf/cirros-upload.yaml.ansible b/jjb/cperf/cirros-upload.yaml.ansible index 4be2dff05..83ec1f14c 100644 --- a/jjb/cperf/cirros-upload.yaml.ansible +++ b/jjb/cperf/cirros-upload.yaml.ansible @@ -12,6 +12,7 @@ - overcloudrc - name: Upload cirros glance image shell: > - source /home/heat-admin/overcloudrc && openstack image create cirros - --public --file /home/heat-admin/cirros-0.3.5-x86_64-disk.img + source /home/heat-admin/overcloudrc && openstack image create + cirros-0.3.5-x86_64-disk --public + --file /home/heat-admin/cirros-0.3.5-x86_64-disk.img --disk-format qcow2 --container-format bare -- 2.16.6