summaryrefslogtreecommitdiff
path: root/devstack/lib/osprofiler
diff options
context:
space:
mode:
Diffstat (limited to 'devstack/lib/osprofiler')
-rw-r--r--devstack/lib/osprofiler4
1 files changed, 4 insertions, 0 deletions
diff --git a/devstack/lib/osprofiler b/devstack/lib/osprofiler
index 5176a1e..6dc7e0e 100644
--- a/devstack/lib/osprofiler
+++ b/devstack/lib/osprofiler
@@ -71,6 +71,10 @@ function install_jaeger() {
pip_install jaeger-client
}
+function drop_jaeger() {
+ sg docker -c 'docker rm jaeger --force'
+}
+
function install_elasticsearch() {
if is_ubuntu; then
install_package docker.io