summaryrefslogtreecommitdiff
path: root/tempest/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'tempest/config.py')
-rw-r--r--tempest/config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tempest/config.py b/tempest/config.py
index dfc0a8eb3..551578ee4 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -1015,6 +1015,10 @@ VolumeGroup = [
cfg.StrOpt('volume_type',
default='',
help='Volume type to be used while creating volume.'),
+ cfg.StrOpt('volume_type_multiattach',
+ default='',
+ help='Multiattach volume type used while creating multiattach '
+ 'volume.'),
cfg.StrOpt('storage_protocol',
default='iSCSI',
help='Backend protocol to target when creating volume types'),