From dae3b410f81bf4f4cd6290a64be1523289d62922 Mon Sep 17 00:00:00 2001 From: Eric K Date: Tue, 28 Aug 2018 16:23:44 -0700 Subject: [PATCH] enable xtrace in devstack plugin to aid with diagnosing devstack failures Change-Id: Ica0dac48f86eaa839ae60971eb1a8b6923bd6ace --- devstack/plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 689145f6f..418f0201d 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -16,7 +16,7 @@ # Save trace setting XTRACE=$(set +o | grep xtrace) -set +o xtrace +set -o xtrace # Functions