openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #22940
problem with metadata and ping
Hi,
I having problem with metadata service. I am using nova-network. The console log says:
Starting network...udhcpc (v1.18.5) startedSending discover...Sending discover...Sending discover...No lease, failingWARN: /etc/rc3.d/S40network failedcloudsetup: checking http://169.254.169.254/20090404/metadata/instanceidwget: can't connect to remote host (169.254.169.254): Network is unreachablecloudsetup: failed 1/30: up 10.06. request failed.
the whole console log is here: https://gist.github.com/arindamchoudhury/5452385
my nova.conf is here: https://gist.github.com/arindamchoudhury/5452410
[(keystone_user)]$ nova network-list
+----+---------+------------------+
| ID | Label | Cidr |
+----+---------+------------------+
| 1 | private | 192.168.100.0/24 |
+----+---------+------------------+
[(keystone_user)]$ nova secgroup-list
+---------+-------------+
| Name | Description |
+---------+-------------+
| default | default |
+---------+-------------+
[(keystone_user)]$ nova secgroup-list-rules default
+-------------+-----------+---------+-----------+--------------+
| IP Protocol | From Port | To Port | IP Range | Source Group |
+-------------+-----------+---------+-----------+--------------+
| icmp | -1 | -1 | 0.0.0.0/0 | |
| tcp | 22 | 22 | 0.0.0.0/0 | |
+-------------+-----------+---------+-----------+--------------+
Follow ups