Skip to content
Snippets Groups Projects
Commit d1549198 authored by caoyuan's avatar caoyuan
Browse files

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
parent c6e1ae98
No related branches found
No related tags found
Loading
...@@ -11,10 +11,6 @@ function test_openstack { ...@@ -11,10 +11,6 @@ function test_openstack {
# Wait for service ready # Wait for service ready
sleep 15 sleep 15
. /etc/kolla/admin-openrc.sh . /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 nova --debug service-list
openstack --debug network agent list openstack --debug network agent list
tools/init-runonce tools/init-runonce
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment