From b237b762bbb1c9cb1a05fc46a1a67ae557791e77 Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Wed, 29 Nov 2017 16:21:12 +0000 Subject: Change testcases 'cirros' image to 'yardstick-image' The default OpenStack 'cirros-0.3.5' image doesn't exist anymore. The image included by default in any testing OpenStack deployment is now called 'cirros-0.3.5-x86_64-disk', but this name can change. Because Yardstick, during the installation, deploys a customized image, 'yardstick-image', it makes sense to use it as the default image. JIRA: YARDSTICK-873 Change-Id: I8fd7cbc01d4fa52e9107f2fac7d2d9ff5d1091c7 Signed-off-by: Rodolfo Alonso Hernandez --- samples/ping_load.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'samples/ping_load.yaml') diff --git a/samples/ping_load.yaml b/samples/ping_load.yaml index 2afb1310a..ea1163dcb 100644 --- a/samples/ping_load.yaml +++ b/samples/ping_load.yaml @@ -34,9 +34,9 @@ scenarios: contexts: - name: demo1 - image: cirros-0.3.5 + image: yardstick-image flavor: yardstick-flavor - user: cirros + user: ubuntu placement_groups: pgrp1: @@ -58,9 +58,9 @@ contexts: cidr: '10.0.1.0/24' - name: demo2 - image: cirros-0.3.5 + image: yardstick-image flavor: yardstick-flavor - user: cirros + user: ubuntu placement_groups: pgrp1: policy: "availability" -- cgit 1.2.3-korg