Metaplugin removal
Metaplugin is removed in Liberty[1]. Remove all metaplugin related codes. [1]: https://review.openstack.org/#/c/192056/ Change-Id: I6c1b28e596ddb8ea4e218a455e3fa2b5e9ccc8c1 Closes-Bug: #1465132
This commit is contained in:
parent
feb3164b2f
commit
c5abf0cded
@ -1,50 +0,0 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
|
||||||
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
|
|
||||||
<!-- Warning: Do not edit this file. It is automatically
|
|
||||||
generated and your changes will be overwritten.
|
|
||||||
The tool to do so lives in openstack-doc-tools repository. -->
|
|
||||||
<table rules="all" xml:id="config_table_neutron_meta">
|
|
||||||
<caption>Description of meta configuration options</caption>
|
|
||||||
<col width="50%"/>
|
|
||||||
<col width="50%"/>
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Configuration option = Default value</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<th colspan="2">[META]</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><option>default_flavor</option> = <replaceable></replaceable></td>
|
|
||||||
<td>(StrOpt) Default flavor to use, when flavor:network is not specified at network creation.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><option>default_l3_flavor</option> = <replaceable></replaceable></td>
|
|
||||||
<td>(StrOpt) Default L3 flavor to use, when flavor:router is not specified at router creation. Ignored if 'l3_plugin_list' is blank.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><option>extension_map</option> = <replaceable></replaceable></td>
|
|
||||||
<td>(StrOpt) Comma separated list of method:flavor to select specific plugin for a method. This has priority over method search order based on 'plugin_list'.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><option>l3_plugin_list</option> = <replaceable></replaceable></td>
|
|
||||||
<td>(StrOpt) Comma separated list of flavor:neutron_plugin for L3 service plugins to load. This is intended for specifying L2 plugins which support L3 functions. If you use a router service plugin, set this blank.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><option>plugin_list</option> = <replaceable></replaceable></td>
|
|
||||||
<td>(StrOpt) Comma separated list of flavor:neutron_plugin for plugins to load. Extension method is searched in the list order and the first one is used.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><option>rpc_flavor</option> = <replaceable></replaceable></td>
|
|
||||||
<td>(StrOpt) Specifies flavor for plugin to handle 'q-plugin' RPC requests.</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><option>supported_extension_aliases</option> = <replaceable></replaceable></td>
|
|
||||||
<td>(StrOpt) Comma separated list of supported extension aliases.</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</para>
|
|
@ -97,14 +97,6 @@
|
|||||||
href="../../common/tables/neutron-linuxbridge_agent.xml"
|
href="../../common/tables/neutron-linuxbridge_agent.xml"
|
||||||
/>
|
/>
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="networking-plugin-meta">
|
|
||||||
<title>Meta Plug-in configuration options</title>
|
|
||||||
<para>The Meta Plug-in allows you to use multiple
|
|
||||||
plug-ins at the same time.</para>
|
|
||||||
<xi:include
|
|
||||||
href="../../common/tables/neutron-meta.xml"
|
|
||||||
/>
|
|
||||||
</section>
|
|
||||||
<xi:include href="section_networking-plugins-ml2.xml"/>
|
<xi:include href="section_networking-plugins-ml2.xml"/>
|
||||||
<section xml:id="networking-plugin-midonet">
|
<section xml:id="networking-plugin-midonet">
|
||||||
<title>MidoNet configuration options</title>
|
<title>MidoNet configuration options</title>
|
||||||
|
@ -251,13 +251,6 @@ L3_BROCADE_MLX_EXAMPLE/physical_networks l3_brocade_mlx
|
|||||||
L3_BROCADE_MLX_EXAMPLE/ports l3_brocade_mlx
|
L3_BROCADE_MLX_EXAMPLE/ports l3_brocade_mlx
|
||||||
L3_BROCADE_MLX_EXAMPLE/username l3_brocade_mlx
|
L3_BROCADE_MLX_EXAMPLE/username l3_brocade_mlx
|
||||||
LINUX_BRIDGE/physical_interface_mappings linuxbridge_agent
|
LINUX_BRIDGE/physical_interface_mappings linuxbridge_agent
|
||||||
META/default_flavor meta
|
|
||||||
META/default_l3_flavor meta
|
|
||||||
META/extension_map meta
|
|
||||||
META/l3_plugin_list meta
|
|
||||||
META/plugin_list meta
|
|
||||||
META/rpc_flavor meta
|
|
||||||
META/supported_extension_aliases meta
|
|
||||||
MIDONET/client midonet
|
MIDONET/client midonet
|
||||||
MIDONET/cluster_ip midonet
|
MIDONET/cluster_ip midonet
|
||||||
MIDONET/cluster_port midonet
|
MIDONET/cluster_port midonet
|
||||||
|
@ -23,7 +23,6 @@ lbaas_haproxy LBaaS HAProxy plugin
|
|||||||
lbaas_netscaler LBaaS NetScaler plugin
|
lbaas_netscaler LBaaS NetScaler plugin
|
||||||
lbaas_radware LBaaS Radware plugin
|
lbaas_radware LBaaS Radware plugin
|
||||||
linuxbridge_agent Linux Bridge agent
|
linuxbridge_agent Linux Bridge agent
|
||||||
meta meta
|
|
||||||
metering_agent metering agent
|
metering_agent metering agent
|
||||||
midonet Midonet
|
midonet Midonet
|
||||||
ml2 ML2
|
ml2 ML2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user