From b3ee41a288f9142ce5705e3be857cbf262e3a389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 22 Feb 2016 13:59:54 +0100 Subject: [PATCH] Make cleanup-containers remove Heka volumes TrivialFix Partially implements: blueprint heka Change-Id: Ie8f393515c464020f079db41c05d023319920136 --- tools/cleanup-containers | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/cleanup-containers b/tools/cleanup-containers index 3d399b8c06..972c0bb7bd 100755 --- a/tools/cleanup-containers +++ b/tools/cleanup-containers @@ -49,7 +49,9 @@ else rabbitmq \ mongodb \ rsyslog{,_socket} \ - haproxy_socket + haproxy_socket \ + heka{,_socket} \ + kolla_logs ) fi