diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2017-12-20 22:35:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-20 22:35:04 +0000 |
commit | 8662864a166d9e89ba8058c871526b3ad94aae21 (patch) | |
tree | 61b0ba11885947a762bfe18214175efcdbcd0116 /xci/config | |
parent | 460e629b50db8299e91f27216f2a5abd7995b425 (diff) | |
parent | e459bf585793de447f0db0079f3faf37a19380d5 (diff) |
Merge "Rename variable OPNFV_SCENARIO to DEPLOY_SCENARIO"
Diffstat (limited to 'xci/config')
-rwxr-xr-x | xci/config/env-vars | 2 |
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"} |