[Openstack] Additional compute node network issues - rpc timeout

Derek Eli derek.eli82 at gmail.com
Fri Jun 22 19:57:47 UTC 2012


Hi,

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.

It is the Essex version on Ubuntu 12.04

My networking configuration is as following:

Networking mode: FlatDHCP

single nic

/etc/network/interfaces

auto lo
iface lo inet loopback
# Bridge network interface for VM networks
auto br100
iface br100 inet dhcp
bridge_ports eth0
bridge_stp off
bridge_fd 0

is this correct network configuration or am i missing something?

Thanks for your help.

Derek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20120622/7eded7e9/attachment.html>


More information about the Openstack mailing list