diff --git a/tools/cleanup-containers b/tools/cleanup-containers
index 261e1b8b8f6238376eae5b7e1e7310f37a417d37..7148bd3cf0d44f4c3101f7263afeb8f3c4522599 100755
--- a/tools/cleanup-containers
+++ b/tools/cleanup-containers
@@ -41,7 +41,8 @@ else
     )
     ceph_osd_bootstrap=$(docker ps -a --filter "name=bootstrap_osd_*" --format "{{.Names}}")
     ceph_osd_containers=$(docker ps -a --filter "name=ceph_osd_*" --format "{{.Names}}")
-    containers_to_kill="${containers_to_kill} ${ceph_osd_containers} ${ceph_osd_bootstrap}"
+    fake_containers=$(docker ps -a --filter "name=neutron_openvswitch_agent_fake_*" --filter "name=nova_compute_fake_*" --format "{{.Names}}")
+    containers_to_kill="${containers_to_kill} ${ceph_osd_containers} ${ceph_osd_bootstrap} ${fake_containers}"
 
     volumes_to_remove=(
         ceph_mon{,_config} \