diff --git a/lib/cinder b/lib/cinder index ed9a1038d6..1307c11f7a 100644 --- a/lib/cinder +++ b/lib/cinder @@ -317,9 +317,7 @@ function configure_cinder { iniset_rpc_backend cinder $CINDER_CONF - if [[ "$CINDER_VOLUME_CLEAR" == "none" ]] || [[ "$CINDER_VOLUME_CLEAR" == "zero" ]] || [[ "$CINDER_VOLUME_CLEAR" == "shred" ]]; then - iniset $CINDER_CONF DEFAULT volume_clear $CINDER_VOLUME_CLEAR - fi + iniset $CINDER_CONF DEFAULT volume_clear $CINDER_VOLUME_CLEAR # Format logging if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ] && [ "$CINDER_USE_MOD_WSGI" == "False" ]; then