Fix indentation

Change-Id: I17fff236c51a2b2459214191af91a957cba3bdf0
This commit is contained in:
John Hua 2016-04-05 17:24:59 +08:00
parent 2a2f949c3f
commit db6029397a
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -22,13 +22,13 @@ Prepare infrastructure
3. While many networking setups are expected to work, the following setup is known to work:
- Physical machines with three ethernet devices:
- Physical machines with three ethernet devices:
- eth0 / “Access network”: Used to access the XenServer hosts and the Fuel Masters web interface
- eth1 / “Control network”: OpenStack control plane (management and storage), the PXE network, private network and the public network; all separated by VLAN tags. The public network is also on this network, and if a VLAN is required this is applied by the switch for untagged traffic.
- eth2 / “Private”: This version of the plugin only supports VLAN segmentation for Neutron networking. This device carries all of the VLANs to be used by Neutron for VM traffic.
- One virtual network
- One virtual network
- VLAN 'pxe' on eth1 / “PXE network”: Used for node bootstrapping.