diff options
-rwxr-xr-x | xci/config/env-vars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/config/env-vars b/xci/config/env-vars index 1068a138..67ce443e 100755 --- a/xci/config/env-vars +++ b/xci/config/env-vars @@ -31,3 +31,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"} |