Re: [Openstack] Instances lost connectivity with metadata service.

2018-02-27 Thread Tobias Urdin
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

Re: [Openstack] Instances lost connectivity with metadata service.

2018-02-27 Thread Paras pradhan
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