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
This commit is contained in:
caoyuan 2018-11-26 23:43:39 +08:00
parent c6e1ae982d
commit d154919865
1 changed files with 0 additions and 4 deletions

View File

@ -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