|
...
|
...
|
@@ -317,9 +317,7 @@ function configure_cinder {
|
|
317
|
317
|
|
|
318
|
318
|
iniset_rpc_backend cinder $CINDER_CONF
|
|
319
|
319
|
|
|
320
|
|
- if [[ "$CINDER_VOLUME_CLEAR" == "none" ]] || [[ "$CINDER_VOLUME_CLEAR" == "zero" ]] || [[ "$CINDER_VOLUME_CLEAR" == "shred" ]]; then
|
|
321
|
|
- iniset $CINDER_CONF DEFAULT volume_clear $CINDER_VOLUME_CLEAR
|
|
322
|
|
- fi
|
|
|
320
|
+ iniset $CINDER_CONF DEFAULT volume_clear $CINDER_VOLUME_CLEAR
|
|
323
|
321
|
|
|
324
|
322
|
# Format logging
|
|
325
|
323
|
if [ "$LOG_COLOR" == "True" ] && [ "$SYSLOG" == "False" ] && [ "$CINDER_USE_MOD_WSGI" == "False" ]; then
|