Merge "Define GATE_EXIT_RUN_DSTAT before use"

This commit is contained in:
Zuul
2018-01-08 17:55:38 +00:00
committed by Gerrit Code Review

View File

@@ -77,6 +77,7 @@ info_block "Checking for required libraries." 2> /dev/null || source "${OSA_CLON
# Log some data about the instance and the rest of the system
log_instance_info
GATE_EXIT_RUN_DSTAT="${GATE_EXIT_RUN_DSTAT:-true}"
if [ "$GATE_EXIT_RUN_DSTAT" == true ]; then
run_dstat
fi