Bugfix: command "openstack image list" failed
[yardstick.git] / samples / fio-template.yaml
index 395e4c4..00c35ce 100644 (file)
@@ -1,3 +1,4 @@
+---
 # Sample benchmark task config file
 # measure storage performance using fio
 # Jinja2 Syntax is supported
@@ -12,7 +13,7 @@ scenarios:
 -
   type: Fio
   options:
-    filename: /home/ec2-user/data.raw
+    filename: /home/ubuntu/data.raw
     bs: {{bs}}
     rw: {{rw}}
     ramp_time: 10
@@ -27,9 +28,9 @@ scenarios:
 
 context:
   name: demo
-  image: yardstick-trusty-server
+  image: yardstick-image
   flavor: yardstick-flavor
-  user: ec2-user
+  user: ubuntu
   servers:
     fio:
       floating_ip: true