Setting up networking on a compute node
If install only nova-compute on a compute node of a multi-node cluster, is it supposed to set up the networking (bridge, routes, iptables) by itself like what happened on the controller node (which runs all five nova services: network, api, compute, objectstore, and scheduler)?
I use FlatDHCPManager, and on the controller just using "flat_interface" flag was sufficient to add a bridge to that NIC and set up the routing tables with no input from me. But on the compute node, none of this happens after I set up nova.conf and restarted the compute service. I can run commands like euca-describe-instances on the node, and it even shows up in "nova-manage service list" run on the controller. But no Nova-related networking was added: there is no br100 bridge, iptables are empty, and there is no route to the subnet used by guest instances.