| ... | ... |
@@ -184,6 +184,7 @@ function configure_cinder() {
|
| 184 | 184 |
|
| 185 | 185 |
if [[ "$CINDER_SECURE_DELETE" == "False" ]]; then |
| 186 | 186 |
iniset $CINDER_CONF DEFAULT secure_delete False |
| 187 |
+ iniset $CINDER_CONF DEFAULT volume_clear none |
|
| 187 | 188 |
fi |
| 188 | 189 |
|
| 189 | 190 |
if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then |