diff options
author | 2017-12-05 17:27:00 +0000 | |
---|---|---|
committer | 2017-12-05 17:27:00 +0000 | |
commit | 22c401e5aed10e09b4849673f3a6bd0defbb504a (patch) | |
tree | 68b44f700d4deb18c33836ae97e2f3bc49bbf6a7 /xci/config/user-vars | |
parent | 1de24fc5ac68ac4857a6dfb345fa405c42ba95f1 (diff) | |
parent | 1cfd0c6cdfd5919d269c651e1db455a16361b475 (diff) |
Merge "xci: Allow variable overrides from external scenarios"
Diffstat (limited to 'xci/config/user-vars')
-rwxr-xr-x | xci/config/user-vars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/config/user-vars b/xci/config/user-vars index e9980e34..14c0ca45 100755 --- a/xci/config/user-vars +++ b/xci/config/user-vars @@ -35,6 +35,7 @@ export OPENSTACK_OSA_OPENRC_PATH="${XCI_DEVEL_ROOT}/openstack-ansible-openstack_ export OPENSTACK_BIFROST_PATH="${XCI_DEVEL_ROOT}/bifrost" export OPENSTACK_OSA_PATH="${XCI_DEVEL_ROOT}/openstack-ansible" export OPNFV_SSH_HOST_KEYS_PATH="${XCI_DEVEL_ROOT}/ssh_host_keys" +export XCI_SCENARIOS_CACHE="${XCI_PATH}/.cache/repos/scenarios" #------------------------------------------------------------------------------- # Set the playbook to use for OpenStack deployment |