openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #20483
Metadata server unreachable and can't passwordless login to instance
Hi all,
I want to know if this bug has been fixed or not.
https://bugs.launchpad.net/nova/+bug/719798. When starting an instance, I
still get this error:
cloud-setup: checking
http://169.254.169.254/2009-04-04/meta-data/instance-id
wget: can't connect to remote host (169.254.169.254): Network is unreachable
cloud-setup: failed 1/30: up 10.57. request failed
But I have route table like this:
Destination Gateway Genmask Flags Metric Ref Use
Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
172.24.17.0 192.168.1.130 255.255.255.0 UG 0 0 0
br-ex
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.128 0.0.0.0 255.255.255.128 U 0 0 0
br-ex
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0
virbr0
And I think maybe because of this error, I can't login to the instance via
password-less method with the following command:
ssh -i admin.pem -l cirros 192.168.1.131
I already change the permission property of admin.pem, and it asks the
password again.
Anyone know how to solve this? Thanks.
Regards,
Rain Lee