openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #22982
nova-network no ip for vm
Hi,
I am really stuck, any help will be highly appreciated.
I installed a two node openstack deployment on debian wheezy:
# nova-manage service list
Binary Host Zone Status State Updated_At
nova-network aopcach internal enabled :-) 2013-04-25 08:05:18
nova-cert aopcach internal enabled :-) 2013-04-25 08:05:18
nova-conductor aopcach internal enabled :-) 2013-04-25 08:05:18
nova-consoleauth aopcach internal enabled :-) 2013-04-25 08:05:18
nova-scheduler aopcach internal enabled :-) 2013-04-25 08:05:18
nova-network aopcso1 internal enabled :-) 2013-04-25 08:05:15
nova-compute aopcso1 nova enabled :-) 2013-04-25 08:05:15
# nova-manage network list
id IPv4 IPv6 start address DNS1 DNS2 VlanID project uuid
1 192.168.100.0/24 None 192.168.100.2 8.8.4.4 None None None 5f6a8ef4-7003-48f8-8922-5303f37d0ce8
But when boot up a vm(the cirros from the tutorial), it dont get any ip.
Starting network...
udhcpc (v1.18.5) started
Sending discover...
Sending discover...
Sending discover...
No lease, failing
WARN: /etc/rc3.d/S40network failed
### ifconfig a
eth0 Link encap:Ethernet HWaddr FA:16:3E:CD:3B:97
inet6 addr: fe80::f816:3eff:fecd:3b97/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1361 errors:0 dropped:6 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:159974 (156.2 KiB) TX bytes:902 (902.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
In controller or compute node the nova-network.log does not generate any logging of events.
on the horizon I dont have any network listing.
Follow ups