On 10 May 2014 06:16, Howard Luckenbaugh <[email protected]> wrote: > This box was working and listening on 169.254.169.254 to access the metadata > of the machines. However it has stopped listening. I have tried rebooting > and comparing networks and etc and nothing I can see is stopping it. Anyone > had this happen before.
If you are using neutron's nova metadata agent, it runs a process per network, then uses a domain socket to escape the network namespace and communicate with a parent that talks to nova. If you are using nova-networking, its handled by an iptables DNAT rule to take incoming requests and forward them to the actual API IP address/port. -Rob -- Robert Collins <[email protected]> Distinguished Technologist HP Converged Cloud _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
