summaryrefslogtreecommitdiffstats
path: root/xci
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-10-02 19:51:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-02 19:51:35 +0000
commit1c07e55b49913e685abb3476daafcc50eb2d7b4c (patch)
tree5f3b086aca4b25df6e89407d362a5e2f331c0200 /xci
parent93668a51c71b42aabe4aa95c46afe8beffc31c71 (diff)
parent7a75751365e8dfee15872c3aff3c39539dcb45a2 (diff)
Merge "xci: xci-deploy.sh: Fix variable names for bifrost and OSA"
Diffstat (limited to 'xci')
-rwxr-xr-xxci/xci-deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh
index fd3849be..90133f8d 100755
--- a/xci/xci-deploy.sh
+++ b/xci/xci-deploy.sh
@@ -44,7 +44,7 @@ fi
#-------------------------------------------------------------------------------
# Sanitize local development environment variables
#-------------------------------------------------------------------------------
-user_local_dev_vars=(OPNFV_RELENG_DEV_PATH OPNFV_OSA_DEV_PATH OPNFV_BIFROST_DEV_PATH)
+user_local_dev_vars=(OPNFV_RELENG_DEV_PATH OPENSTACK_OSA_DEV_PATH OPENSTACK_BIFROST_DEV_PATH)
for local_user_var in ${user_local_dev_vars[@]}; do
[[ -n ${!local_user_var:-} ]] && export $local_user_var=${!local_user_var%/}/
done