diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2017-11-29 16:21:12 +0000 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-12-14 08:05:10 +0000 |
commit | b237b762bbb1c9cb1a05fc46a1a67ae557791e77 (patch) | |
tree | 98d0410f0c40ccf0b857b9cf56806069961733d6 /samples/ping-ext-ip.yaml | |
parent | 3710899e8909f2800a872561a1d2ffa7732dd517 (diff) |
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 <rodolfo.alonso.hernandez@intel.com>
Diffstat (limited to 'samples/ping-ext-ip.yaml')
-rw-r--r-- | samples/ping-ext-ip.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/ping-ext-ip.yaml b/samples/ping-ext-ip.yaml index 33dd18129..bbba22c0f 100644 --- a/samples/ping-ext-ip.yaml +++ b/samples/ping-ext-ip.yaml @@ -31,9 +31,9 @@ scenarios: context: name: demo - image: cirros-0.3.5 + image: yardstick-image flavor: yardstick-flavor - user: cirros + user: ubuntu servers: hermes: floating_ip: true |