rally-openstack/samples/tasks/scenarios/cinder/create-and-attach-volume.yaml
Roman Vasilets f681cfc44b Fix broken samples scenario for CinderVolumes.create-and-attach-volume
Image argument  is not specified for this scenario in samples. So its
not possible to run them.

Change-Id: Ia4bd03806863a49856d7284013fc63a4a92e26bc
2015-05-06 11:56:17 +00:00

35 lines
659 B
YAML

---
CinderVolumes.create_and_attach_volume:
-
args:
size: 10
image:
name: "^cirros.*uec$"
flavor:
name: "m1.nano"
runner:
type: "constant"
times: 5
concurrency: 1
context:
users:
tenants: 2
users_per_tenant: 2
-
args:
size:
min: 1
max: 5
flavor:
name: "m1.tiny"
image:
name: "^cirros.*uec$"
runner:
type: "constant"
times: 5
concurrency: 1
context:
users:
tenants: 2
users_per_tenant: 2