diff options
author | Tim Rozet <trozet@redhat.com> | 2018-07-25 16:28:42 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-07-25 16:28:42 -0400 |
commit | 3a641fcd1e3e844f134245d212886a062c79ff77 (patch) | |
tree | 1e1779dd5eaf473b0aef85fa3edd46e3a6cb184d /jjb/cperf | |
parent | 36d1c46df552a340c3f139d7a0f831d9bb85b5d4 (diff) |
CPERF: fix flavor syntax for csit
Change-Id: Id3430db201ba82b398c3e74f5c3cbb541c6fb208
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/cperf')
-rw-r--r-- | jjb/cperf/cirros-upload.yaml.ansible | 2 |
1 files changed, 1 insertions, 1 deletions
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 |