summaryrefslogtreecommitdiffstats
path: root/prototypes/xci/config/user-vars
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/xci/config/user-vars')
-rwxr-xr-xprototypes/xci/config/user-vars2
1 files changed, 2 insertions, 0 deletions
diff --git a/prototypes/xci/config/user-vars b/prototypes/xci/config/user-vars
index f29dda66f..b326f5ce7 100755
--- a/prototypes/xci/config/user-vars
+++ b/prototypes/xci/config/user-vars
@@ -42,3 +42,5 @@ export OPENSTACK_OSA_PATH=/opt/openstack-ansible
# or
# ANSIBLE_VERBOSITY="-vvvv"
export ANSIBLE_VERBOSITY=${ANSIBLE_VERBOSITY-""}
+export LOG_PATH=${LOG_PATH:-/opt/xci/logs}
+export RUN_TEMPEST=${RUN_TEMPEST:-false}