commit | ebcb8496348fad84053c79a933771ce6063994f8 | [log] [tgz] |
---|---|---|
author | Rob Crittenden <rcritten@redhat.com> | Tue Feb 10 14:16:56 2015 -0500 |
committer | Rob Crittenden <rcritten@redhat.com> | Mon Feb 09 22:45:22 2015 -0500 |
tree | 2e1ed1eac48fef5aebb20f0df087887d5a079209 | |
parent | 5fc64f1fcba9a971e3c7f9e6100fd84d10678425 [diff] [blame] |
Unconfigure the devstack CA when USE_SSL is True Change-Id: I17cb5e5d93bfe6fc6746ee530f639e2ed42da85a
diff --git a/unstack.sh b/unstack.sh index bc439e9..4364e58 100755 --- a/unstack.sh +++ b/unstack.sh
@@ -132,6 +132,9 @@ stop_tls_proxy cleanup_CA fi +if [ "$USE_SSL" == "True" ]; then + cleanup_CA +fi SCSI_PERSIST_DIR=$CINDER_STATE_PATH/volumes/*