diff options
Diffstat (limited to 'prototypes/xci/config/env-vars')
-rwxr-xr-x | prototypes/xci/config/env-vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototypes/xci/config/env-vars b/prototypes/xci/config/env-vars index cebf7b423..1bb553b60 100755 --- a/prototypes/xci/config/env-vars +++ b/prototypes/xci/config/env-vars @@ -7,7 +7,7 @@ export OPENSTACK_BIFROST_GIT_URL=https://git.openstack.org/openstack/bifrost export OPENSTACK_OSA_GIT_URL=https://git.openstack.org/openstack/openstack-ansible export OPENSTACK_OSA_ETC_PATH=/etc/openstack_deploy export CLEAN_DIB_IMAGES=false -export XCI_IP=192.168.122.2 +export OPNFV_HOST_IP=192.168.122.2 export XCI_FLAVOR_ANSIBLE_FILE_PATH=$OPNFV_RELENG_PATH/prototypes/xci/file/$XCI_FLAVOR export JOB_NAME=${JOB_NAME:-false} export ANSIBLE_HOST_KEY_CHECKING=False |