diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2017-12-19 17:21:13 +0100 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2017-12-19 17:21:13 +0100 |
commit | e459bf585793de447f0db0079f3faf37a19380d5 (patch) | |
tree | 4f4dd9e683616e654b4b439af3c0d7d7482944a1 /xci/var | |
parent | cf2cd4e4b87a5e392bc4ba49749a349925ba2f86 (diff) |
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 <fdegir@gmail.com>
Diffstat (limited to 'xci/var')
-rw-r--r-- | xci/var/opnfv.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |