Merge "Unconfigure the devstack CA when USE_SSL is True"

This commit is contained in:
Jenkins 2015-02-11 13:57:01 +00:00 committed by Gerrit Code Review
commit 6f0efa06b9

View File

@ -132,6 +132,9 @@ if is_service_enabled tls-proxy; then
stop_tls_proxy
cleanup_CA
fi
if [ "$USE_SSL" == "True" ]; then
cleanup_CA
fi
SCSI_PERSIST_DIR=$CINDER_STATE_PATH/volumes/*