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:
parent
c6e1ae982d
commit
d154919865
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user