diff options
author | Tim Rozet <trozet@redhat.com> | 2018-07-25 15:49:07 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-07-25 15:49:07 -0400 |
commit | c2b0d72a07c8444cd8cb755308bbf165294ac833 (patch) | |
tree | d94a0057961837e00aaf31a0596860f6ece25d98 | |
parent | 83da56224afeed9d0d9f9954e9bfb8e35ab4ab48 (diff) |
CPERF: Fix cirros image name for csit
Change-Id: I61ffe3d058ff797878d2ef00e5801497f91ea436
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | jjb/cperf/cirros-upload.yaml.ansible | 5 |
1 files 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 |