made change to section_networking_intro

run on sentence when describing the type driver & mechanism driver
corrected paragraph

Change-Id: Id78714555f2e391a4ea2a9aa11eb28dc6128ca84
This commit is contained in:
Shilla Saebi 2015-01-25 22:17:33 -05:00
parent 6ef5c48af0
commit 9f82bc2246

View File

@ -500,13 +500,7 @@ enabled = True</programlisting>
technologies to be created and managed with less effort compared
to earlier plug-ins. It currently works with Open vSwitch, Linux
Bridge, and Hyper-v L2 agents.</para>
<para>The ML2 framework contains two types of drivers, Type Drivers
which maintain any needed type-specific network state,
perform provider network validation and tenant network allocation;
and Mechanism Drivers which ensure the information established
by the TypeDriver is properly applied. Multiple Mechanism
Drivers can simultaneously access the same network, which
address complex requirements in large heterogeneous environments.</para>
<para>The ML2 framework contains two types of drivers, type drivers and mechanism drivers. Type drivers maintain any needed type-specific network states, perform provider network validation and tenant network allocation. Mechanism drivers ensure the information established by the type driver is properly applied. Multiple mechanism drivers can access the same network simultaneously, which addresses complex requirements in large heterogeneous environments.</para>
<para>You can enable the ML2 plug-in by editing the <literal>core-plugin</literal>
parameter in the <filename>/etc/neutron/neutron.conf</filename>
file:</para>