<div>Hi,</div>
<div> </div>
<div>I am having issues with spawning a VM which gets scheduled to a non cloud controller node, running nova-compute only. It fails with a nerwork configuration error. Looking at logs reveals that it was an rpc timeout error. Further investigations (nova-network logs) reveal that the nova-network tried to send a message to network.nova2 queue and it never received a response and times out, hence, the compute node never receives a reply and times out. doing a rabbitmqctl shows no queue named network.nova2.</div>

<div> </div>
<div>It is the Essex version on Ubuntu 12.04</div>
<div> </div>
<div>My networking configuration is as following:</div>
<div> </div>
<div>Networking mode: FlatDHCP</div>
<div> </div>
<div>single nic</div>
<div> </div>
<div>/etc/network/interfaces</div>
<div> </div>
<div>auto lo<br>iface lo inet loopback</div>
<div># Bridge network interface for VM networks<br>auto br100<br>iface br100 inet dhcp<br>bridge_ports eth0<br>bridge_stp off<br>bridge_fd 0<br></div>
<div> </div>
<div>is this correct network configuration or am i missing something?</div>
<div> </div>
<div>Thanks for your help.</div>
<div> </div>
<div>Derek</div>