Fix default tobiko configuration file location.

Change-Id: I49ee9d0576ea3a4e1fead5ecfbb248fcd7ca0f5b
This commit is contained in:
Federico Ressi 2019-07-16 15:10:11 +02:00
parent 581f4ed338
commit 50efb0691d

View File

@ -7,7 +7,7 @@ GITBRANCH["tobiko"]=${TOBIKO_VERSION}
TOBIKO_DIR=${TOBIKO_DIR:-${DEST}/tobiko}
GITDIR["tobiko"]=${TOBIKO_DIR}
TOBIKO_CONFIG_DIR=${TEMPEST_CONFIG_DIR:-/etc/tobiko}
TOBIKO_CONFIG_DIR=${TOBIKO_CONFIG_DIR:-/etc/tobiko}
TOBIKO_CONFIG=${TOBIKO_CONFIG:-${TOBIKO_CONFIG_DIR}/tobiko.conf}
TOBIKO_DEBUG=${TOBIKO_DEBUG:-True}
TOBIKO_LOG_DIR=${TOBIKO_LOG_DIR:-${LOGDIR:-}}