summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-06-30 04:14:42 +0000
committerGerrit Code Review <review@openstack.org>2015-06-30 04:14:42 +0000
commit8ce7024a2c6f405175c9bd77043f8b2fd87458fc (patch)
tree112cd3b66ccbef02812740c640aef7b7c5cac1f3 /etc
parentbe15b877ca0d802778ffae8c75031db3d7bdb958 (diff)
parent79b3b495272315a14bc5a142fc28ff822774f430 (diff)
downloadtempest-8ce7024a2c6f405175c9bd77043f8b2fd87458fc.tar.gz
Merge "Add compute_feature_enabled.attach_encrypted_volume config option"
Diffstat (limited to 'etc')
-rw-r--r--etc/tempest.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 1f287c8f9..ffd0b9147 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -428,6 +428,12 @@
# value)
#preserve_ports = false
+# Does the test environment support attaching an encrypted volume to a
+# running server instance? This may depend on the combination of
+# compute_driver in nova and the volume_driver(s) in cinder. (boolean
+# value)
+#attach_encrypted_volume = true
+
[dashboard]