a6bce01980
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: I02a75b63d0fb3ea4a7d015794b9229a94ddad279
19 lines
1.1 KiB
XML
19 lines
1.1 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_configuring-openstack-networking">
|
|
<title>Networking</title>
|
|
<para>This chapter explains the OpenStack Networking configuration options. For installation
|
|
prerequisites, steps, and use cases, see the <citetitle>OpenStack Installation
|
|
Guide</citetitle> for your distribution (<link xlink:href="docs.openstack.org"
|
|
>docs.openstack.org</link>) and <citetitle><link
|
|
xlink:href="http://docs.openstack.org/admin-guide-cloud/content/">Cloud
|
|
Administrator Guide</link></citetitle>.</para>
|
|
<xi:include href="networking/section_networking-options-reference.xml"/>
|
|
<xi:include href="networking/section_networking-log-files.xml"/>
|
|
<xi:include href="networking/section_networking-sample-configuration-files.xml"/>
|
|
<xi:include href="../common/tables/neutron-conf-changes-icehouse.xml"/>
|
|
</chapter>
|