summaryrefslogtreecommitdiff
path: root/rally-jobs
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2017-06-29 09:19:54 -0400
committerIvan Kolodyazhny <e0ne@e0ne.info>2017-06-29 20:19:46 +0300
commit9b05388e5c2be01c50b8a9dd428f089454630802 (patch)
tree9ae7acf4c267638f3fe60b40f34051ba4d9f79e1 /rally-jobs
parent1e8d7fda4f2275044ed39da097ade3d557036626 (diff)
downloadcinder-9b05388e5c2be01c50b8a9dd428f089454630802.tar.gz
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
Diffstat (limited to 'rally-jobs')
-rw-r--r--rally-jobs/cinder.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rally-jobs/cinder.yaml b/rally-jobs/cinder.yaml
index 663401728..9b94b8935 100644
--- a/rally-jobs/cinder.yaml
+++ b/rally-jobs/cinder.yaml
@@ -336,6 +336,7 @@
size:
min: 1
max: 1
+ volume_type: "test"
runner:
type: "constant"
times: 2
@@ -350,6 +351,8 @@
flavor:
name: "m1.tiny"
servers_per_tenant: 1
+ volume_types:
+ - "test"
api_versions:
cinder:
version: 2