Unconfigure the devstack CA when USE_SSL is True

Change-Id: I17cb5e5d93bfe6fc6746ee530f639e2ed42da85a
This commit is contained in:
Rob Crittenden 2015-02-10 14:16:56 -05:00
parent 5fc64f1fcb
commit ebcb849634
1 changed files with 3 additions and 0 deletions

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/*