Merge "Adjust CINDER_SECURE_DELETE flag to cinder changes"
This commit is contained in:
commit
d9cfdc6ae1
@ -184,6 +184,7 @@ function configure_cinder() {
|
|||||||
|
|
||||||
if [[ "$CINDER_SECURE_DELETE" == "False" ]]; then
|
if [[ "$CINDER_SECURE_DELETE" == "False" ]]; then
|
||||||
iniset $CINDER_CONF DEFAULT secure_delete False
|
iniset $CINDER_CONF DEFAULT secure_delete False
|
||||||
|
iniset $CINDER_CONF DEFAULT volume_clear none
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then
|
if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user