Merge "Use the aliases of plugin in Neutron.conf"

This commit is contained in:
Jenkins 2014-07-12 19:44:47 +00:00 committed by Gerrit Code Review
commit a1bbfec9dc
6 changed files with 15 additions and 15 deletions

View File

@ -84,7 +84,7 @@ mysql&gt; grant all on &lt;database-name&gt;.* to '&lt;user-name&gt;'@'%';</comp
<tr>
<td>core_plugin
($NEUTRON_CONF_DIR/neutron.conf)</td>
<td>neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2</td>
<td>openvswitch</td>
</tr>
<tr>
<td>connection (in the plugin configuration file,
@ -107,7 +107,7 @@ mysql&gt; grant all on &lt;database-name&gt;.* to '&lt;user-name&gt;'@'%';</comp
<tr>
<td>core_plugin
($NEUTRON_CONF_DIR/neutron.conf)</td>
<td>neutron.plugins.linuxbridge.lb_neutron_plugin.LinuxBridgePluginV2</td>
<td>linuxbridge</td>
</tr>
<tr>
<td>connection (in the plug-in configuration file,
@ -403,7 +403,7 @@ external_network_bridge = br-ex-2</computeroutput></screen>
<para>To enable L3 metering you have to be sure to set the following parameter in
<filename>neutron.conf</filename> on the host that runs
<systemitem class="service">neutron-server</systemitem>:</para>
<programlisting language="ini">service_plugins = neutron.services.metering.metering_plugin.MeteringPlugin</programlisting>
<programlisting language="ini">service_plugins = metering</programlisting>
</section>
</section>
<section xml:id="section_limitations">

View File

@ -76,7 +76,7 @@
<para>Neutron configuration file
<filename>/etc/neutron/neutron.conf</filename>:</para>
<programlisting language="ini">[DEFAULT]
core_plugin = neutron.plugins.linuxbridge.lb_neutron_plugin.LinuxBridgePluginV2
core_plugin = linuxbridge
rabbit_host = controlnode
allow_overlapping_ips = True
host = controlnode

View File

@ -280,7 +280,7 @@
<step>
<para>Enable the FWaaS plug-in in the
<filename>neutron.conf</filename> file:</para>
<programlisting language="ini">service_plugins = neutron.services.firewall.fwaas_plugin.FirewallPlugin
<programlisting language="ini">service_plugins = firewall
[service_providers]
service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default
[fwaas]
@ -662,7 +662,7 @@ enabled = True</programlisting>
<para>Edit the
<filename>/etc/neutron/neutron.conf</filename>
file and add this line:</para>
<programlisting language="ini">core_plugin = neutron.plugins.bigswitch.plugin.NeutronRestProxyV2</programlisting>
<programlisting language="ini">core_plugin = bigswitch</programlisting>
</step>
<step>
<para>Edit the
@ -711,7 +711,7 @@ enabled = True</programlisting>
<para>Edit the
<filename>/etc/neutron/neutron.conf</filename>
file and set the following option:</para>
<programlisting language="ini">core_plugin = neutron.plugins.brocade.NeutronPlugin.BrocadePluginV2</programlisting>
<programlisting language="ini">core_plugin = brocade</programlisting>
</step>
<step>
<para>Edit the
@ -1022,7 +1022,7 @@ nsx_controllers=10.127.0.100,10.127.0.200:8888</programlisting>
<para>Edit the
<filename>/etc/neutron/neutron.conf</filename>
file and set this line:</para>
<programlisting language="ini">core_plugin = neutron.plugins.plumgrid.plumgrid_plugin.plumgrid_plugin.NeutronPluginPLUMgridV2</programlisting>
<programlisting language="ini">core_plugin = plumgrid</programlisting>
</step>
<step>
<para>Edit the
@ -1064,7 +1064,7 @@ password = "PLUMgrid-director-admin-password"</programlisting>
<para>Edit the
<filename>/etc/neutron/neutron.conf</filename>
file and set this line:</para>
<programlisting language="ini">core_plugin = neutron.plugins.ryu.ryu_neutron_plugin.RyuNeutronPluginV2</programlisting>
<programlisting language="ini">core_plugin = ryu</programlisting>
</step>
<step>
<para>Edit the
@ -1561,7 +1561,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver</programlist
<filename>neutron.conf</filename> file on
the host that runs <systemitem class="service"
>neutron-server</systemitem>:</para>
<programlisting language="ini">service_plugins = neutron.services.metering.metering_plugin.MeteringPlugin</programlisting>
<programlisting language="ini">service_plugins = metering</programlisting>
</step>
</procedure>
</section>
@ -1594,7 +1594,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver</programlist
<option>service_plugin</option> in the
<filename>/etc/neutron/neutron.conf</filename>
file:</para>
<programlisting language="ini">service_plugins = neutron.services.loadbalancer.plugin.LoadBalancerPlugin</programlisting>
<programlisting language="ini">service_plugins = lbaas</programlisting>
</step>
<step>
<para>Enable the

View File

@ -69,8 +69,8 @@ net.ipv4.conf.default.rp_filter=0</programlisting>
<acronym>OVS</acronym>. Edit the
<filename>/etc/neutron/neutron.conf</filename>
file:</para>
<programlisting language="ini" os="ubuntu;opensuse;sles">core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2</programlisting>
<programlisting language="ini" os="rhel;centos;fedora">core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2</programlisting>
<programlisting language="ini" os="ubuntu;opensuse;sles">core_plugin = openvswitch</programlisting>
<programlisting language="ini" os="rhel;centos;fedora">core_plugin = openvswitch</programlisting>
</step>
<step>
<para>You must configure a firewall as well. You should

View File

@ -186,7 +186,7 @@ rabbit_password = <replaceable>RABBIT_PASS</replaceable></programlisting>
use <acronym>OVS</acronym>. Edit the
<filename>/etc/neutron/neutron.conf</filename>
file:</para>
<programlisting language="ini">core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2</programlisting>
<programlisting language="ini">core_plugin = openvswitch</programlisting>
<note>
<para>The dedicated controller node does not need to run
Open vSwitch or the Open vSwitch agent.</para>

View File

@ -277,7 +277,7 @@ use_namespaces = True</programlisting>
<acronym>OVS</acronym>. Edit the
<filename>/etc/neutron/neutron.conf</filename>
file:</para>
<programlisting language="ini">core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2</programlisting>
<programlisting language="ini">core_plugin = openvswitch</programlisting>
</step>
<step>
<para>Configure a firewall plug-in. If you do not wish to