From 186271dba41eb0e8139e2240816d2b7230d3364a Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Wed, 8 Jun 2016 22:40:45 +0800 Subject: [PATCH] Fix publicURL endpoint not found issue in CI Partial-Bug: #1587226 Change-Id: I8cec44fdd9e6b00fcffe5dd59cbe8c69214b40b8 --- tools/deploy_aio.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/deploy_aio.sh b/tools/deploy_aio.sh index 57617fc27f..258365dab1 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