From b9603d35e7c24d2928b737c71c867fcefce29699 Mon Sep 17 00:00:00 2001
From: Mauricio Lima <mauriciolimab@gmail.com>
Date: Mon, 28 Mar 2016 12:58:50 -0400
Subject: [PATCH] Remove bootstrap_mariadb with cleanup-containers

TrivialFix

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

diff --git a/tools/cleanup-containers b/tools/cleanup-containers
index 31a59275f..623e6297c 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,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} \
         ceph_{mon,rgw} \
         cron \
-- 
GitLab