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-hot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/ping-hot.yaml') diff --git a/samples/ping-hot.yaml b/samples/ping-hot.yaml index c6366343c..e61c33c8f 100644 --- a/samples/ping-hot.yaml +++ b/samples/ping-hot.yaml @@ -40,7 +40,7 @@ context: user: cirros heat_template: /tmp/heat-templates/hot/servers_in_new_neutron_net.yaml heat_parameters: - image: cirros-0.3.5 + image: yardstick-image flavor: yardstick-flavor key_name: yardstick public_net: "660fc7c3-7a56-4faf-91e5-3c9ebdda0104" -- cgit 1.2.3-korg