aboutsummaryrefslogtreecommitdiffstats
path: root/samples/ping-hot.yaml
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2016-12-19 08:59:34 +0800
committerJingLu5 <lvjing5@huawei.com>2016-12-19 08:59:34 +0800
commit142dc6a007828318fa56055cb1fb8b56552cfbe8 (patch)
tree0ec4e8df1163e9ac99d816ddf0705d3aa64603d8 /samples/ping-hot.yaml
parent96b30b364a0b88a15c38bd22883bb40bbcb6f428 (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-hot.yaml')
-rw-r--r--samples/ping-hot.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/ping-hot.yaml b/samples/ping-hot.yaml
index b4b8f5228..1619a561f 100644
--- a/samples/ping-hot.yaml
+++ b/samples/ping-hot.yaml
@@ -33,7 +33,7 @@ context:
heat_template: /tmp/heat-templates/hot/servers_in_new_neutron_net.yaml
heat_parameters:
image: cirros-0.3.3
- flavor: m1.tiny
+ flavor: yardstick-flavor
key_name: yardstick
public_net: "660fc7c3-7a56-4faf-91e5-3c9ebdda0104"
private_net_name: "test"