openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #21484
Cannot access metadata host(169.254.169.254) in folsom
Hi, I am follow http://docs.openstack.org/folsom/basic-install/content/ and set up three nodes folsom.
Now I have found my vm cannot get 169.254.169.254 to get cloud-init data. So I check the network node(quantum), using "iptables -L -t nat", I have found:
Chain quantum-l3-agent-PREROUTING (1 references)
target prot opt source destination
DNAT tcp -- anywhere 169.254.169.254 tcp dpt:http to:192.168.1.2:8775
I think it is correct, and in the network node, I can ping and curl "192.168.1.2"(this is controller node"), but not ping and curl 169.254.169.254.
Can anyone help me?
Follow ups