diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-12-19 08:59:34 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-12-19 08:59:34 +0800 |
commit | 142dc6a007828318fa56055cb1fb8b56552cfbe8 (patch) | |
tree | 0ec4e8df1163e9ac99d816ddf0705d3aa64603d8 /samples/ping-multiple-context.yaml | |
parent | 96b30b364a0b88a15c38bd22883bb40bbcb6f428 (diff) |
change m1.* flavor to "yardstick-flavor"
JIRA: YARDSTICK-485
In OpenStack Newton, the 'm1.tiny', 'm1.small', 'm1.medium' and 'm1.large' will
not be automatic created. This may cause errors as some Yardstick testcases are
using one of these flavor. Therefore, it's better change all the flavor option
in task configuration file to 'yardstick-flavor'.
Change-Id: Ibb29a77ef331bbf728dec9894a2e9f17c19d5ebd
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'samples/ping-multiple-context.yaml')
-rw-r--r-- | samples/ping-multiple-context.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/ping-multiple-context.yaml b/samples/ping-multiple-context.yaml index 1c27e1bf1..71b7994ff 100644 --- a/samples/ping-multiple-context.yaml +++ b/samples/ping-multiple-context.yaml @@ -24,7 +24,7 @@ contexts: - name: demo1 image: cirros-0.3.3 - flavor: m1.tiny + flavor: yardstick-flavor user: cirros placement_groups: pgrp1: @@ -39,7 +39,7 @@ contexts: - name: demo2 image: cirros-0.3.3 - flavor: m1.tiny + flavor: yardstick-flavor user: cirros placement_groups: pgrp1: |