Make cleanup-containers remove bootstrap_heka

TrivialFix
Partially implements: blueprint heka

Change-Id: I5f91056590250f2a477018c1773905b412536f24
This commit is contained in:
Éric Lemoine 2016-02-22 13:56:10 +01:00
parent 0e67afb73b
commit fadd8a3ded

View File

@ -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 \