← Back to team overview

openstack team mailing list archive

probelm with nova-network

 

Hi,

I having problem with nova-network service. 
Though
[(keystone_user)]$ nova list
+--------------------------------------+--------+--------+-----------------------+
| ID                                   | Name   | Status | Networks              |
+--------------------------------------+--------+--------+-----------------------+
| 122ceb44-0b2d-442f-bb4b-c5a8cdbcb757 | cirros | ACTIVE | private=192.168.100.2 |
+--------------------------------------+--------+--------+-----------------------+

says that the vm is active and have 192.168.100.2 ip but it dont

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 |              |
+-------------+-----------+---------+-----------+--------------+