summaryrefslogtreecommitdiffstats
path: root/xci/config
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2017-12-20 22:35:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-20 22:35:04 +0000
commit8662864a166d9e89ba8058c871526b3ad94aae21 (patch)
tree61b0ba11885947a762bfe18214175efcdbcd0116 /xci/config
parent460e629b50db8299e91f27216f2a5abd7995b425 (diff)
parente459bf585793de447f0db0079f3faf37a19380d5 (diff)
Merge "Rename variable OPNFV_SCENARIO to DEPLOY_SCENARIO"
Diffstat (limited to 'xci/config')
-rwxr-xr-xxci/config/env-vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/config/env-vars b/xci/config/env-vars
index 3777bec0..8560c996 100755
--- a/xci/config/env-vars
+++ b/xci/config/env-vars
@@ -33,4 +33,4 @@ export XCI_ANSIBLE_PIP_VERSION=2.3.2.0
export ANSIBLE_HOST_KEY_CHECKING=False
# subject of the certificate
export XCI_SSL_SUBJECT=${XCI_SSL_SUBJECT:-"/C=US/ST=California/L=San Francisco/O=IT/CN=xci.releng.opnfv.org"}
-export OPNFV_SCENARIO=${OPNFV_SCENARIO:-"os-nosdn-nofeature"}
+export DEPLOY_SCENARIO=${DEPLOY_SCENARIO:-"os-nosdn-nofeature"}