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

Merge "Remove bootstrap_mariadb with cleanup-containers"

parents 0523c8fc b9603d35
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,heka,ironic,ironic_pxe,keystone,magnum,mistral,mongodb,murano,neutron,nova,nova_compute} \ bootstrap_{ceph_mon,cinder,glance,heat,heka,ironic,ironic_pxe,keystone,magnum,mariadb,mistral,mongodb,murano,neutron,nova,nova_compute} \
cinder_{volume,scheduler,backup,api} \ cinder_{volume,scheduler,backup,api} \
ceph_{mon,rgw} \ ceph_{mon,rgw} \
cron \ cron \
......
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