From 142dc6a007828318fa56055cb1fb8b56552cfbe8 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Mon, 19 Dec 2016 08:59:34 +0800 Subject: 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 --- samples/ping-multiple-vm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/ping-multiple-vm.yaml') diff --git a/samples/ping-multiple-vm.yaml b/samples/ping-multiple-vm.yaml index 4055af14b..e8ebf495e 100644 --- a/samples/ping-multiple-vm.yaml +++ b/samples/ping-multiple-vm.yaml @@ -28,7 +28,7 @@ scenarios: context: name: demo image: cirros-0.3.3 - flavor: m1.tiny + flavor: yardstick-flavor user: cirros servers: -- cgit 1.2.3-korg