summaryrefslogtreecommitdiffstats
path: root/xci/installer/osa/files/mini
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-02-21 18:18:50 +0000
committerMarkos Chandras <mchandras@suse.de>2018-02-21 18:25:31 +0000
commitf8315eedbeaa79157c489a89a155c9690a97780b (patch)
treec9d2a7d588e92ac9f89150e902668c1a3f552c65 /xci/installer/osa/files/mini
parent7c37b9ac8715ebedecf903f9de67c55830fb5b90 (diff)
xci: osa: Do not wipe cinder volumes
When a volume is removed, cinder will fill the entire disk with 0s. This can slow down the volume removal process. Since we do not care what happens with the volume after it's being removed, we don't need to wipe it at all. Change-Id: I5ef1b01a18cdf2694252b450ca4f1c6a37090f71 Link: https://docs.openstack.org/cinder/latest/sample_config.html Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/installer/osa/files/mini')
-rw-r--r--xci/installer/osa/files/mini/user_variables.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/installer/osa/files/mini/user_variables.yml b/xci/installer/osa/files/mini/user_variables.yml
index 9ec9e405..c812f1df 100644
--- a/xci/installer/osa/files/mini/user_variables.yml
+++ b/xci/installer/osa/files/mini/user_variables.yml
@@ -62,6 +62,7 @@ barbican_wsgi_processes: 2
barbican_wsgi_threads: 1
## Cinder
+cinder_volume_clear: none
cinder_wsgi_processes_max: 2
cinder_wsgi_threads: 1
cinder_wsgi_buffer_size: 16384