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:
parent
cae5a1db14
commit
ba1e7b82fb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user