summaryrefslogtreecommitdiff
path: root/devstack/plugin.sh
diff options
context:
space:
mode:
authorSahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>2023-03-14 12:22:47 +0100
committerSahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com>2023-05-10 10:18:48 +0200
commit908e7402320eb067db45aa9700d54d31c259f3ca (patch)
tree75631a7f7c79d7f546ebf25b1e12fbf8c86e170d /devstack/plugin.sh
parent4f3eaa411c6ad731e831bafcb664a4649a1a75a5 (diff)
downloadosprofiler-master.tar.gz
add support of otlp exporterHEADmaster
Depends-On: Idcff5d79b4884dd1cc7ed1ab42c9e4ce89d4a6d2 Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@industrialdiscipline.com> Change-Id: I74cdcb2aa99b0162ba1c14059111f09d0bb534e3
Diffstat (limited to 'devstack/plugin.sh')
-rw-r--r--devstack/plugin.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index 705d6ce..49cd670 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -20,7 +20,8 @@ elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
configure_osprofiler_in_tempest
elif [[ "$1" == "unstack" ]]; then
- if [[ "$OSPROFILER_COLLECTOR" == "jaeger" ]]; then
+ if [[ "$OSPROFILER_COLLECTOR" == "jaeger" || \
+ "$OSPROFILER_COLLECTOR" == "otlp" ]]; then
echo_summary "Deleting jaeger docker container"
drop_jaeger
fi