From e459bf585793de447f0db0079f3faf37a19380d5 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 19 Dec 2017 17:21:13 +0100 Subject: Rename variable OPNFV_SCENARIO to DEPLOY_SCENARIO Rest of the OPNFV projects use the variable DEPLOY_SCENARIO so XCI should be aligned with them as well even though OPNFV_SCENARIO fits better than DEPLOY_SCENARIO. Change-Id: Id48c41fa8a1fa9493cfc7a4906f64b6d8ed27d64 Signed-off-by: Fatih Degirmenci --- xci/config/env-vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xci/config/env-vars') 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"} -- cgit 1.2.3-korg