From fd7b43106930b8657374aa8fa94df7e160bf08ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Tue, 9 Feb 2016 14:48:23 +0900 Subject: [PATCH] Add all neutron agents to cleanup-containers script When breaking neutron-agents into thin containers, we forgot to update the cleanup-containers script. TrivialFix Change-Id: Idad2eb73a4de7c66109ad5bffcce3173970e2af9 --- tools/cleanup-containers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cleanup-containers b/tools/cleanup-containers index 7db71eb3ae..237a2f9ad5 100755 --- a/tools/cleanup-containers +++ b/tools/cleanup-containers @@ -25,7 +25,7 @@ else memcached \ mistral{api,engine,executor} \ murano_{api,engine} \ - neutron_{server,agents,linuxbridge_agent,openvswitch_agent} \ + neutron_{server,dhcp_agent,l3_agent,linuxbridge_agent,metadata_agent,openvswitch_agent} \ nova_{scheduler,novncproxy,consoleauth,conductor,api,compute,libvirt,spicehtml5proxy,compute_ironic} \ openvswitch_{vswitchd,db} \ rabbitmq{,_data} \