Merge "Adjust CINDER_SECURE_DELETE flag to cinder changes"

This commit is contained in:
Jenkins 2013-01-09 04:44:15 +00:00 committed by Gerrit Code Review
commit d9cfdc6ae1

View File

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