Skip to content
Snippets Groups Projects
Commit c01ed04b authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Make cleanup-containers remove bootstrap_heka"

parents 1d132993 fadd8a3d
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ if [ -n "$1" ]; then ...@@ -11,7 +11,7 @@ if [ -n "$1" ]; then
volumes_to_remove=($(docker volume ls | grep -E "$1" | awk '{print $1}')) volumes_to_remove=($(docker volume ls | grep -E "$1" | awk '{print $1}'))
else else
containers_to_kill=( 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} \ cinder_{volume,scheduler,backup,api} \
glance_{api,registry} \ glance_{api,registry} \
haproxy \ haproxy \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment