Fix dumps_log playbook

Currently, execution openstack.sh in the dumps_log is not performed
causing some variable in the dumps_log.sh to be empty.  Consequently,
any openstack-related logs are not captured at the end of the gate.
This patch set should fix the path issue of the openstack.sh.

Change-Id: I1d8f5733d49476e80c7fa1399f46bcd6c45198c0
This commit is contained in:
Tin Lam 2017-11-24 15:30:44 -06:00
parent 5ae0bff97c
commit ba67412639

View File

@ -117,7 +117,7 @@ if [ "x$INTEGRATION" == "xmulti" ]; then
done
fi
source ${WORK_DIR}/tools/gate/funcs/openstack.sh
source ./tools/gate/funcs/openstack.sh
mkdir -p ${LOGS_DIR}/openstack
$OPENSTACK service list > ${LOGS_DIR}/openstack/service.txt
$OPENSTACK endpoint list > ${LOGS_DIR}/openstack/endpoint.txt