VM instances not getting IP address
I have configured Openstack with two node setup. Controller and Network on a single server and Compute on another server. I have used ubuntu12.04 and did package install of openstack. I have configured neutron openvswitch plugin and I have configured vlan configuration as the tunnel type
It is possible to create the VMs.
I am able to launch vms.
I am doing tcpdump on br-int and br-ext of Compute node and Controller Node
The DHCP boot message is going from the VM to the Controller
The Neutron DHCP is not offering the DHCP address.
How do i resolve this issue
I have several F20 clusters with similar configs all of them are working fine. Dnsmasq is responsible for Neutron handling floating IPs. Here is updated Kashyap's Neutron config files . Setup procedure itself is here
Tracking DHCP lease by instances :
Log file /var/log/neutron/dnsmasq.log (renewing lease in loop all the time) :-
Mar 16 23:13:05 dnsmasq-dhcp[26111]: 933653313 sent size: 1 option: 53 message-type 5
Mar 16 23:13:05 dnsmasq-dhcp[26111]: 933653313 sent size: 4 option: 54 server-identifier 40.0.0.3
Mar 16 23:13:05 dnsmasq-dhcp[26111]: 933653313 sent size: 4 option: 51 lease-time 2m
Mar 16 23:13:05 dnsmasq-dhcp[26111]: 933653313 sent size: 4 option: 58 T1 56s
Mar 16 23:13:05 dnsmasq-dhcp[26111]: 933653313 sent size: 4 option: 59 T2 1m41s
Mar 16 23:13:05 dnsmasq-dhcp[26111]: 933653313 sent size: 4 option: 1 netmask 255.255.255.0 ...(more)
Please post
netstat -lntp | grep 9696
on Controller