Havana Neutron Instance always in Scheduling state [closed]
I had working setup with Havana and nova-network with multinode setup. I was able to create the instance and login etc. I wanted to try Neutron with following setup.
- Host1 - Controller, Compute, Neutron Server, Ovsplugin. This system had nova-network. I have stopped that service.
- Host2 - Compute
- Host3 - Neutron dhcp-agent.
When I create the instance it always stays in 'scheduling'.
Troubleshooting done:
- No errors observed in /var/log/nova*.log - Checked on controller
- No errors observed in /var/log/neutron/*.log - Checked on controller
- No errors observed in /var/log/neutron/dhcp*.log - Checked on host3 which has only dhcp agent.
- /var/log/libvirt/qemu/ does not have instance
- /var/lib/nova/instances does not instance entry
- If run 'nova console-log <id>', it displays the error saying instance is not ready.</id>
- I have shutdown the nova-network on the controller.
- /var/log/syslog does not have any error
- dmesg command on ubuntu does not display any error.
I dont' see any errors anywhere. Any inputs on how to troubleshoot this ? Without any logs it is becoming difficult to troubleshoot.
Can you provide output of nova-manage service-list ?