diff --git a/devstack/lib/ironic b/devstack/lib/ironic index 79707f93d9..a6cf8d72bb 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -20,10 +20,10 @@ # - stop_ironic # - cleanup_ironic -# Save trace and pipefail settings +# Save xtrace and pipefail settings _XTRACE_IRONIC=$(set +o | grep xtrace) _PIPEFAIL_IRONIC=$(set +o | grep pipefail) -set +o xtrace +set -o xtrace set +o pipefail # Defaults diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 0dbd210d4e..2d1fb691e1 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -4,7 +4,7 @@ # devstack plugin contract defined at: # http://docs.openstack.org/developer/devstack/plugins.html -echo_summary "ironic's plugin.sh was called..." +echo_summary "ironic devstack plugin.sh called: $1/$2" source $DEST/ironic/devstack/lib/ironic if is_service_enabled ir-api ir-cond; then