From fadd8a3dedb3320b2647e110654807606cbd6514 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89ric=20Lemoine?= <elemoine@mirantis.com>
Date: Mon, 22 Feb 2016 13:56:10 +0100
Subject: [PATCH] Make cleanup-containers remove bootstrap_heka

TrivialFix
Partially implements: blueprint heka

Change-Id: I5f91056590250f2a477018c1773905b412536f24
---
 tools/cleanup-containers | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/cleanup-containers b/tools/cleanup-containers
index 3d399b8c06..038f38ee6a 100755
--- a/tools/cleanup-containers
+++ b/tools/cleanup-containers
@@ -11,7 +11,7 @@ if [ -n "$1" ]; then
     volumes_to_remove=($(docker volume ls | grep -E "$1" | awk '{print $1}'))
 else
     containers_to_kill=(
-        bootstrap_{ceph_mon,cinder,glance,heat,ironic,ironic_pxe,keystone,magnum,mistral,mongodb,murano,neutron,nova,nova_compute} \
+        bootstrap_{ceph_mon,cinder,glance,heat,heka,ironic,ironic_pxe,keystone,magnum,mistral,mongodb,murano,neutron,nova,nova_compute} \
         cinder_{volume,scheduler,backup,api} \
         glance_{api,registry} \
         haproxy \