From: Yang (Gabriel) Yu Date: Thu, 9 Aug 2018 03:34:04 +0000 (+0800) Subject: add openstack-exporter uninstallation X-Git-Tag: ovp-2.0.0^0 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=8be2469831ba544877ac9bd0a8e31b3cc858d56f add openstack-exporter uninstallation Since openstack-exporter has been added, the uninstallation should also be supported Change-Id: I9f2bfc44d04ace53a722b42897053c1a54cc6258 Signed-off-by: Yang (Gabriel) Yu (cherry picked from commit 61467d8cb860cd3e3aebe64b5dc09813052ddc87) --- diff --git a/monitor/uninstall.py b/monitor/uninstall.py index 3a9cf0c7..26351722 100644 --- a/monitor/uninstall.py +++ b/monitor/uninstall.py @@ -50,3 +50,4 @@ local_del_docker('cadvisor') local_del_docker('barometer') local_del_docker('grafana') local_del_docker('collectd') +local_del_docker('openstack-exporter')