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/var/opnfv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xci/var/opnfv.yml') diff --git a/xci/var/opnfv.yml b/xci/var/opnfv.yml index 19a5cca1..6d288338 100644 --- a/xci/var/opnfv.yml +++ b/xci/var/opnfv.yml @@ -32,7 +32,7 @@ XCI_EXTRA_VARS_PATH: "{{ lookup('env', 'XCI_EXTRA_VARS_PATH') }}" XCI_SSL_SUBJECT: "{{ lookup('env', 'XCI_SSL_SUBJECT') }}" XCI_CEPH_ENABLED: "{{ lookup('env', 'XCI_CEPH_ENABLED') }}" RUN_TEMPEST: "{{ lookup('env', 'RUN_TEMPEST') }}" -OPNFV_SCENARIO: "{{ lookup('env','OPNFV_SCENARIO') }}" +DEPLOY_SCENARIO: "{{ lookup('env','DEPLOY_SCENARIO') }}" # install docker on opnfv host only if we are running as part of CI opnfv_required_packages: -- cgit 1.2.3-korg