From 61467d8cb860cd3e3aebe64b5dc09813052ddc87 Mon Sep 17 00:00:00 2001 From: "Yang (Gabriel) Yu" Date: Thu, 9 Aug 2018 11:34:04 +0800 Subject: 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 --- monitor/uninstall.py | 1 + 1 file changed, 1 insertion(+) 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') -- cgit 1.2.3-korg