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
This commit is contained in:
Roman Vasilets 2015-05-05 18:24:08 +03:00
parent ecb8947e4b
commit f681cfc44b
2 changed files with 8 additions and 3 deletions

View File

@ -29,7 +29,10 @@
"max": 5
},
"flavor": {
"name": "m1.nano"
"name": "m1.tiny"
},
"image": {
"name": "^cirros.*uec$"
}
},
"runner": {

View File

@ -21,7 +21,9 @@
min: 1
max: 5
flavor:
name: "m1.nano"
name: "m1.tiny"
image:
name: "^cirros.*uec$"
runner:
type: "constant"
times: 5
@ -29,4 +31,4 @@
context:
users:
tenants: 2
users_per_tenant: 2
users_per_tenant: 2