From: Tim Rozet Date: Wed, 25 Jul 2018 20:28:42 +0000 (-0400) Subject: CPERF: fix flavor syntax for csit X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3a641fcd1e3e844f134245d212886a062c79ff77;p=releng.git CPERF: fix flavor syntax for csit Change-Id: Id3430db201ba82b398c3e74f5c3cbb541c6fb208 Signed-off-by: Tim Rozet --- diff --git a/jjb/cperf/cirros-upload.yaml.ansible b/jjb/cperf/cirros-upload.yaml.ansible index d72a8a07b..bd7d78974 100644 --- a/jjb/cperf/cirros-upload.yaml.ansible +++ b/jjb/cperf/cirros-upload.yaml.ansible @@ -19,4 +19,4 @@ - name: Create nano flavor shell: > source /home/heat-admin/overcloudrc && openstack flavor create - -id 42 --ram 64 --disk 0 --vcpus 1 m1.nano + --id 42 --ram 64 --disk 0 --vcpus 1 m1.nano