Merge "devstack: Make sentry _IRONIC_DEVSTACK_LIB a global variable"

This commit is contained in:
Jenkins 2017-03-08 22:07:54 +00:00 committed by Gerrit Code Review
commit 748e93009a

View File

@ -22,7 +22,7 @@
# ensure we don't re-source this in the same environment
[[ -z "$_IRONIC_DEVSTACK_LIB" ]] || return 0
declare -r _IRONIC_DEVSTACK_LIB=1
declare -r -g _IRONIC_DEVSTACK_LIB=1
# Save xtrace and pipefail settings
_XTRACE_IRONIC=$(set +o | grep xtrace)