openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #13571
Additional compute node network issues - rpc timeout
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
Follow ups