From d154919865a3a4a0230ef339ab9a2db29e1625fa Mon Sep 17 00:00:00 2001
From: caoyuan <cao.yuan@99cloud.net>
Date: Mon, 26 Nov 2018 23:43:39 +0800
Subject: [PATCH] Remove the memcache container restart

the bug[0] has beed fix, restart container is unncessary, remove it
is safe.

[0]: https://bugs.launchpad.net/oslo.cache/+bug/1590779

Change-Id: Iadfb3666bad8160b5c071fa1a512e2dcdda84043
---
 tests/test-openstack.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/test-openstack.sh b/tests/test-openstack.sh
index f6cee78841..c346b9bbbe 100755
--- a/tests/test-openstack.sh
+++ b/tests/test-openstack.sh
@@ -11,10 +11,6 @@ function test_openstack {
     # Wait for service ready
     sleep 15
     . /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
-    sudo docker restart memcached
     nova --debug service-list
     openstack --debug network agent list
     tools/init-runonce
-- 
GitLab