From: Yang (Gabriel) Yu Date: Thu, 9 Aug 2018 03:34:04 +0000 (+0800) Subject: add openstack-exporter uninstallation X-Git-Tag: opnfv-7.1.0~16 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=61467d8cb860cd3e3aebe64b5dc09813052ddc87 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 --- 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')