summaryrefslogtreecommitdiff
path: root/devstack/plugin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devstack/plugin.sh')
-rw-r--r--devstack/plugin.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index 72c0bca..705d6ce 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -19,6 +19,11 @@ elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
echo_summary "Configuring Tempest"
configure_osprofiler_in_tempest
+elif [[ "$1" == "unstack" ]]; then
+ if [[ "$OSPROFILER_COLLECTOR" == "jaeger" ]]; then
+ echo_summary "Deleting jaeger docker container"
+ drop_jaeger
+ fi
fi
# Restore xtrace