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:
parent
5ae0bff97c
commit
ba67412639
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user