openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #19537
Can't access external network when starting cloud-init
Hello, list.
I've used precise-server-cloudimg-amd64-disk1.img.
And I've launched instance with keypair.
Ping is good but ssh can't access. As below log, I think due to cloud-init is failed.
What's the problem?
$ quantum floatingip-create --port-id 413fd335-fb30-47fd-bd5e-6e3646924d52 ext_net
Created a new floatingip:
+---------------------+--------------------------------------+
| Field | Value |
+---------------------+--------------------------------------+
| fixed_ip_address | 10.10.10.4 |
| floating_ip_address | 192.168.1.4 |
| floating_network_id | c6cfe1a8-6b57-4ec9-99b3-093911e3720b |
| id | a94e7feb-36d5-4f4c-948f-a02f62e7344d |
| port_id | 413fd335-fb30-47fd-bd5e-6e3646924d52 |
| router_id | df2d5b7b-31c7-4266-93b0-3d172664f892 |
| tenant_id | c2465f074a4b43f483bd07a2d6c3b80a |
+---------------------+--------------------------------------+
* Error Log
cloud-init start-local running: Tue, 18 Dec 2012 16:19:07 +0000. up 1.53 seconds
no instance data found in start-local
ci-info: lo : 1 127.0.0.1 255.0.0.0 .
ci-info: eth0 : 1 10.10.10.4 255.255.255.0 fa:16:3e:68:ee:b2
ci-info: route-0: 0.0.0.0 10.10.10.1 0.0.0.0 eth0 UG
ci-info: route-1: 10.10.10.0 0.0.0.0 255.255.255.0 eth0 U
cloud-init start running: Tue, 18 Dec 2012 16:19:09 +0000. up 3.62 seconds
2012-12-18 16:20:00,031 - util.py[WARNING]: 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [50/120s]: url error [timed out]
Regards.
Follow ups