Fix rally "volume_type" parameter

Rally test create_snapshot_and_attach_volume
currently fails with:

    "The parameter 'volume_type' is required
     and should not be empty."

Change-Id: Icc5c4538d99e18d210718842db973ca1dfa48b5a
This commit is contained in:
Eric Harney 2017-06-29 09:19:54 -04:00 committed by Ivan Kolodyazhny
parent 1e8d7fda4f
commit 9b05388e5c
1 changed files with 3 additions and 0 deletions

View File

@ -336,6 +336,7 @@
size: size:
min: 1 min: 1
max: 1 max: 1
volume_type: "test"
runner: runner:
type: "constant" type: "constant"
times: 2 times: 2
@ -350,6 +351,8 @@
flavor: flavor:
name: "m1.tiny" name: "m1.tiny"
servers_per_tenant: 1 servers_per_tenant: 1
volume_types:
- "test"
api_versions: api_versions:
cinder: cinder:
version: 2 version: 2