[DevStack] Use xtrace

xtrace is useful to see the progress of DevStack deployment.
It is normally enabled in DevStack but was disabled in Masakari
plugin.

Change-Id: Ib64f2c0a0fe46de9a9f3afa56079da0afbcad40b
(cherry picked from commit 01fa27cb98)
This commit is contained in:
Radosław Piliszek 2021-08-27 18:19:19 +00:00
parent 8ce2ad3dfe
commit 05124e1576
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
# Save trace setting
XTRACE=$(set +o | grep xtrace)
set +o xtrace
set -o xtrace
if is_service_enabled tls-proxy; then
MASAKARI_SERVICE_PROTOCOL="https"