diff --git a/tools/deploy_aio.sh b/tools/deploy_aio.sh
index b2bbaffa038692a9443b460c09da3a1e20102232..8266bb187e4223fcafe023960e7f801fa38f2d4b 100755
--- a/tools/deploy_aio.sh
+++ b/tools/deploy_aio.sh
@@ -29,6 +29,10 @@ function sanity_check {
     # Wait for service ready
     sleep 15
     source /etc/kolla/admin-openrc.sh
+    # TODO(Jeffrey4l): Restart the memcached container to cleanup all cache.
+    # Remove this after this bug is fixed
+    # https://bugs.launchpad.net/oslo.cache/+bug/1590779
+    docker restart memcached
     nova --debug service-list
     neutron --debug agent-list
     tools/init-runonce