openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #22507
vm unable to reach 169.254.169.254
hi all:
I setup quantum and nova grizzly, but vms can not get public key from
169.254.169.254:
############ debug end ##############
cloudsetup: failed to read iid from metadata. tried 30
WARN: /etc/rc3.d/S45cloudsetup failed
Starting dropbear sshd: generating rsa key... generating dsa key... OK
===== cloudfinal: system completely up in 39.98 seconds ====
wget: can't connect to remote host (169.254.169.254): Connection refused
wget: can't connect to remote host (169.254.169.254): Connection refused
wget: can't connect to remote host (169.254.169.254): Connection refused
instanceid:
publicipv4:
I have configured nova.conf
enabled_apis=ec2,osapi_compute,metadata
metadata_manager=nova.api.manager.MetadataManager
metadata_listen=0.0.0.0
metadata_listen_port=8775
service_quantum_metadata_proxy=true
metadata_host=20.0.0.1
metadata_port=8775
quantum l3_agent.ini
metadata_ip = 20.0.0.1
metadata_port = 8775
metadata_agent.ini
nova_metadata_ip = 20.0.0.1
nova_metadata_port = 8775
20.0.0.1 is my controller ip.
p.s. I can not see any things like "169.254.169.254" in the iptables of
controller or compute nodes.
Follow ups