summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-12-12 10:45:48 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-12-12 10:45:48 +0000
commit9d6075d0654c19bbeb3330e6e8a5d177d5e5aa12 (patch)
treede498ceb1724291f3a08824197a0831c4f4f69ed /utils
parent6f030e2cc37dedc9bee3bb2a50bc28e455d5ccdd (diff)
parentd7aca20b047d2cbbafca0e3b40390a30d251e33a (diff)
Merge "[utils, functest] Fix SSL-enabled Fuel condition"
Diffstat (limited to 'utils')
-rwxr-xr-xutils/fetch_os_creds.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fetch_os_creds.sh b/utils/fetch_os_creds.sh
index 501095036..4a66187e5 100755
--- a/utils/fetch_os_creds.sh
+++ b/utils/fetch_os_creds.sh
@@ -113,7 +113,7 @@ if [ "$installer_type" == "fuel" ]; then
ssh ${ssh_options} "${ssh_user}@${controller_ip}" \
"sudo cat /root/keystonercv3" > "${dest_path}"
- if [[ ! "${BUILD_TAG}" =~ 'virtual' ]]; then
+ if [[ ! "${DEPLOY_SCENARIO}" =~ -noha$ ]]; then
ssh ${ssh_options} "${ssh_user}@${installer_ip}" \
"cat /etc/ssl/certs/os_cacert" > "${os_cacert}"
fi