From 9a9c0ce9440765faba8f94772e64081e49bae9ab Mon Sep 17 00:00:00 2001 From: Michal Rostecki Date: Thu, 22 Oct 2015 06:47:32 +0200 Subject: [PATCH] Remove memcached container in cleanup-containers tool Change-Id: Ic56b7b2fd6cd7d191cc364a37f3ebbc44950932e Closes-Bug: #1508780 --- tools/cleanup-containers | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/cleanup-containers b/tools/cleanup-containers index 4e5cea8e7e..f195ccbf59 100755 --- a/tools/cleanup-containers +++ b/tools/cleanup-containers @@ -22,7 +22,8 @@ containers_to_kill=( openvswitch_{vswitchd,db} \ rabbitmq{,_data} \ rsyslog \ - swift_{account_{auditor,reaper,replicator,server},container_{auditor,expirer,replicator,server,updater},proxy_server,rsyncd} + swift_{account_{auditor,reaper,replicator,server},container_{auditor,expirer,replicator,server,updater},proxy_server,rsyncd} \ + memcached ) echo "Stopping containers..."