diff options
author | 2017-09-15 04:22:56 +0000 | |
---|---|---|
committer | 2017-09-15 04:22:56 +0000 | |
commit | 0c63da903cc5eefbdc7b796fa91b5887090f1f70 (patch) | |
tree | e4a050c5510ad314a60b85b8fe4a8ff21cea1874 /xci/config/user-vars | |
parent | 2357c9d195173cb7cdf57ffcbc7e92cea73e0ff1 (diff) | |
parent | d08ce6dfd4df2574be8f69419f5e5c027cae6d2a (diff) |
Merge "Generate and use certificates for OSA"
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 c960b904..709aa29e 100755 --- a/xci/config/user-vars +++ b/xci/config/user-vars @@ -30,6 +30,7 @@ export XCI_FLAVOR=${XCI_FLAVOR:-aio} #------------------------------------------------------------------------------- export XCI_DEVEL_ROOT=${XCI_DEVEL_ROOT:-"/tmp/.xci-deploy-env"} export OPNFV_RELENG_PATH="${XCI_DEVEL_ROOT}/releng-xci" +export OPENSTACK_OSA_OPENRC_PATH="${XCI_DEVEL_ROOT}/openstack-ansible-openstack_openrc" 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" |