summaryrefslogtreecommitdiff
path: root/openstack/etc/tempest
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-06-08 10:22:25 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-06-08 10:22:25 +0000
commit8b8def766a57ac86a818f1e045d106cd8af60296 (patch)
treec2c1f0df27f2bb4234f368b918935c4d8ab9fba1 /openstack/etc/tempest
parent13f2e5f0b246ced288f465a20a29ca9f277a862c (diff)
downloaddefinitions-8b8def766a57ac86a818f1e045d106cd8af60296.tar.gz
Openstack: disable volume timeouts and volume backups
Change-Id: Ia7dbdb3fdb003e02429561e9053361eac44545f7
Diffstat (limited to 'openstack/etc/tempest')
-rw-r--r--openstack/etc/tempest/tempest.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/openstack/etc/tempest/tempest.conf b/openstack/etc/tempest/tempest.conf
index 28f275c1..ad3d7fb2 100644
--- a/openstack/etc/tempest/tempest.conf
+++ b/openstack/etc/tempest/tempest.conf
@@ -1120,11 +1120,11 @@ ssh_timeout = 300
#
# Time in seconds between volume availability checks. (integer value)
-build_interval = 1
+#build_interval = 1
# Timeout in seconds to wait for a volume to become available.
# (integer value)
-build_timeout = 300
+#build_timeout = 300
# Catalog type of the Volume Service (string value)
catalog_type = volume
@@ -1170,7 +1170,7 @@ volume_size = 1
multi_backend = false
# Runs Cinder volumes backup test (boolean value)
-backup = true
+backup = false
# Runs Cinder volume snapshot test (boolean value)
snapshot = true