Did some troubleshooting on this myself just some days ago.
You want to check out the neutron-metadata-agent log in
/var/log/neutron/neutron-metadata-agent.log
neutron-metadata-agent in turn connects to your nova keystone endpoint to talk
to nova metadata api (nova api port 8775) to get instanc
If this is project specifc usually I run the router-update and fixes the
problem.
/usr/bin/neutron router-update --admin-state-up False $routerid
/usr/bin/neutron router-update --admin-state-up True $routerid
On Mon, Feb 26, 2018 at 5:53 AM, Jorge Luiz Correa
wrote:
> I would like some help to