c71296175f
The XML root element of Docbook XML files should match the following format: <ELEMENT xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I47786e5f70b64e1b14d1015ec5613a538ef8fc52
22 lines
975 B
XML
22 lines
975 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="ch-network">
|
|
|
|
<title>Network controller cluster stack</title>
|
|
|
|
<para>The network controller sits on the management and data network, and needs to be connected to the Internet if a VM needs access to it.</para>
|
|
<note>
|
|
<para>Both nodes should have the same hostname since the Networking scheduler will be
|
|
aware of one node, for example a virtual router attached to a single L3 node.</para>
|
|
</note>
|
|
|
|
<xi:include href="network/section_highly_available_neutron_l3_agent.xml"/>
|
|
<xi:include href="network/section_highly_available_neutron_dhcp_agent.xml"/>
|
|
<xi:include href="network/section_highly_available_neutron_metadata_agent.xml"/>
|
|
<xi:include href="network/section_manage_network_resources.xml"/>
|
|
|
|
</chapter>
|