Add missing translation for verify_ca

verify_ca should be translated to ""/"-k" before use.

Change-Id: I2c51b3cb26ad9a703d5ecfe5090be87ab59dfee6
Partial-Bug: #1663757
This commit is contained in:
Kirsten G 2017-12-22 08:20:18 -08:00
parent cae5a1db14
commit ba1e7b82fb
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
. /etc/sysconfig/heat-params
if [ "$VERIFY_CA" == "True" ]; then
VERIFY_CA=""
else
VERIFY_CA="-k"
fi
WC_NOTIFY_BIN=/usr/local/bin/wc-notify
WC_NOTIFY_SERVICE=/etc/systemd/system/wc-notify.service