Should nova-network be installed into the same machine with nova-compute if network-manager is FlatDHCPManager
I tried to use FlatDHCPManager as the network-manager. I succeeded when nova-network was installed into the same machine with nova-compute. But when the nova-network is installed into a different machine, the status of instance I started became running, but I couldn't ping or ssh to the instance from the machine with nova-network. And it wasn't due to security group's setting. I had add rules to the security group.
So I wonder that the nova-network should be installed into the same machine with nova-compute if the network-manager is FlatDHCPManager.