Skip to content

Commit ebcb849

Browse files
committed
Unconfigure the devstack CA when USE_SSL is True
Change-Id: I17cb5e5d93bfe6fc6746ee530f639e2ed42da85a
1 parent 5fc64f1 commit ebcb849

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

unstack.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ if is_service_enabled tls-proxy; then
132132
stop_tls_proxy
133133
cleanup_CA
134134
fi
135+
if [ "$USE_SSL" == "True" ]; then
136+
cleanup_CA
137+
fi
135138

136139
SCSI_PERSIST_DIR=$CINDER_STATE_PATH/volumes/*
137140

0 commit comments

Comments
 (0)