857e3bb02a
Added a comma which I think will improve the flow of the first sentence. Changed service to component, as the follow-up sentence uses the word service too, and it sounds slightly awkward. Change-Id: Iab451714110a62464dbd9727fa41466468cfe269
45 lines
2.2 KiB
XML
45 lines
2.2 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>Add a networking component</title>
|
|
<para>This chapter explains how to install and configure either
|
|
OpenStack Networking (neutron), or the legacy <systemitem
|
|
class="service">nova-network</systemitem> component.
|
|
The <systemitem class="service">nova-network</systemitem> service
|
|
enables you to deploy one network type per instance and is
|
|
suitable for basic network functionality. OpenStack Networking
|
|
enables you to deploy multiple network types per instance and
|
|
includes <glossterm baseform="plug-in">plug-ins</glossterm> for a
|
|
variety of products that support <glossterm>virtual
|
|
networking</glossterm>.</para>
|
|
<para>For more information, see the <link
|
|
xlink:href="http://docs.openstack.org/admin-guide-cloud/content/ch_networking.html"
|
|
>Networking</link> chapter of the <citetitle>OpenStack Cloud
|
|
Administrator Guide</citetitle>.</para>
|
|
<section xml:id="section_neutron-networking">
|
|
<title>OpenStack Networking (neutron)</title>
|
|
<xi:include parse="xml" href="../common/section_getstart_networking.xml"/>
|
|
<xi:include href="section_neutron-concepts.xml"/>
|
|
<xi:include href="section_neutron-controller-node.xml"/>
|
|
<xi:include href="section_neutron-network-node.xml"/>
|
|
<xi:include href="section_neutron-compute-node.xml"/>
|
|
<xi:include href="section_neutron-initial-networks.xml"/>
|
|
</section>
|
|
<section xml:id="section_nova-networking">
|
|
<title>Legacy networking (nova-network)</title>
|
|
<xi:include href="section_nova-networking-controller-node.xml"/>
|
|
<xi:include href="section_nova-networking-compute-node.xml"/>
|
|
<xi:include href="section_nova-networking-initial-network.xml"/>
|
|
</section>
|
|
<section xml:id="section_networking_next_steps">
|
|
<title>Next steps</title>
|
|
<para>Your OpenStack environment now includes the core components
|
|
necessary to launch a basic instance. You can <link
|
|
linkend="launch-instance">launch an instance</link> or add
|
|
more OpenStack services to your environment.</para>
|
|
</section>
|
|
</chapter>
|