Re: [Openstack] unable to launch instance on icehouse 3 node setup

2015-01-21 Thread Li, Chen
You can see the IP in dashboard is because neutron-server already picked the IP from database for your instance. After IP address been picked, neutron-server will send the IP address to neutron-dhcp-agent. If you checked the host which is running neutron-dhcp-agent, you should see a process "d

Re: [Openstack] unable to launch instance on icehouse 3 node setup

2015-01-21 Thread Chetan Bali
Hi Li, Thanks for the response. This really resolved my issue of launching the instance. One issue I am seeing now is my instance is showing the IP - 123.0.0.14 [ demo subnet ] in dashboard but I am not able to see the IP address on eth0 of guest VM. I tried manually getting the IP using dhcl

Re: [Openstack] unable to launch instance on icehouse 3 node setup

2015-01-21 Thread Li, Chen
Hi, I don't know the error in dashboard. But this looks like nova can't create directory: OSError: [Errno 13] Permission denied: '/var/lib/nova/instances/6bde1525-5c72-4d5d-815e-1205ed0e6bde' Check yourdirectory : ll /var/lib/nova/instances/ If it looks like: drwxr-xr-x 6 root ro