Merge "Unconfigure the devstack CA when USE_SSL is True"
This commit is contained in:
commit
6f0efa06b9
@ -132,6 +132,9 @@ if is_service_enabled tls-proxy; then
|
|||||||
stop_tls_proxy
|
stop_tls_proxy
|
||||||
cleanup_CA
|
cleanup_CA
|
||||||
fi
|
fi
|
||||||
|
if [ "$USE_SSL" == "True" ]; then
|
||||||
|
cleanup_CA
|
||||||
|
fi
|
||||||
|
|
||||||
SCSI_PERSIST_DIR=$CINDER_STATE_PATH/volumes/*
|
SCSI_PERSIST_DIR=$CINDER_STATE_PATH/volumes/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user