To understand how networking should initially be configured on each host, please refer to the following diagram:
In figure 2.1, three interfaces are cabled to each host. The eth0 interface will serve as the management interface for OpenStack services and API access while eth1 will be used for overlay network traffic between hosts. On the controller node, eth2 will be used for external network traffic to instances through Neutron routers. If VLAN tenant networks are used in lieu of overlay networks, then eth2 will be configured on the compute nodes to support those networks.
At a minimum, the management interface should be configured with an IP address that has outbound access to the internet. Internet access is required to download OpenStack packages from the Ubuntu package repository. Inbound access to the management address of the servers...