6b1abe4f18
The section_networking_introduction.xml is too long, and contains more than introduction content, it is better to split it to make it easier to mantain. This patch simply split it to 3 xml files: - The section_networking_introduction.xml contains the overview of networking. - The section_networking_config-plugins.xml introduce the configuration about plugins. - The section_networking_config-agents.xml introduce the configuration about neutron agents. For the plugin configuration and the neutron agents configuration is not introduction scoped, so this patch will change the documantation structure. Change-Id: I42d373fa7488799a0d25e073605da398c52285be Closes-Bug: #1341342
26 lines
1.4 KiB
XML
26 lines
1.4 KiB
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_networking">
|
|
<title>Networking</title>
|
|
<para>Learn OpenStack Networking concepts, architecture, and basic and advanced
|
|
<command>neutron</command> and <command>nova</command> command-line interface (CLI)
|
|
commands.</para>
|
|
<xi:include href="networking/section_networking_introduction.xml"/>
|
|
<xi:include href="networking/section_networking_config-plugins.xml"/>
|
|
<xi:include href="networking/section_networking_config-agents.xml"/>
|
|
<xi:include href="networking/section_networking_arch.xml"/>
|
|
<xi:include href="networking/section_networking-config-identity.xml"/>
|
|
<xi:include href="networking/section_networking-scenarios.xml"/>
|
|
<xi:include href="networking/section_networking-adv-config.xml"/>
|
|
<xi:include href="networking/section_networking-multi-dhcp-agents.xml"/>
|
|
<xi:include href="networking/section_networking-use.xml"/>
|
|
<xi:include href="networking/section_networking_adv_features.xml"/>
|
|
<xi:include href="networking/section_networking_adv_operational_features.xml"/>
|
|
<xi:include href="networking/section_networking_auth.xml"/>
|
|
<xi:include href="networking/section_networking_high_avail.xml"/>
|
|
<xi:include href="networking/section_networking_pagination_and_sorting_support.xml"/>
|
|
</chapter>
|