Instance Cannot Contact Metadata Service (Ubuntu 16.04)
Problem
# curl http://169.254.169.254curl: (7) Failed to connect to 169.254.169.254 port 80: No route to host# route -nKernel IP routing tableDestination Gateway Genmask Flags Metric Ref Use Iface...169.254.169.254 10.0.0.1 255.255.255.255 UGH 0 0 0 ens32. Track the IP down to a Neutron port.# openstack port list --network __NETWORK_ID__ --long --fit-width | grep -w 10.0.0.13. Check the device ID of the port.# openstack port show __PORT_ID__ -f value -c device_id - The value should be _**reserved\_dhcp\_port**_. If not, you are likely facing a separate issue with that particular DHCP agent.Environment
Cause
Resolution
Last updated
