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:
parent
ecb8947e4b
commit
f681cfc44b
@ -29,7 +29,10 @@
|
||||
"max": 5
|
||||
},
|
||||
"flavor": {
|
||||
"name": "m1.nano"
|
||||
"name": "m1.tiny"
|
||||
},
|
||||
"image": {
|
||||
"name": "^cirros.*uec$"
|
||||
}
|
||||
},
|
||||
"runner": {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user