neutron: remove deprecated allow_duplicate_networks config option

https://review.openstack.org/192888
commit b06867c581541ed325ddc5e5b5a2d53b1b0261ac
Author: Matt Riedemann <mriedem@us.ibm.com>
Date: Wed Jun 17 13:28:51 2015 -0700

    neutron: remove deprecated allow_duplicate_networks config option

    Commit 4306d9190f49e7fadf88669d18effedabc880d3b deprecated the
    allow_duplicate_networks config option in Kilo and marked it for removal
    in Liberty where the default behavior is to just allow duplicate
    networks.

    This simply removes the option and checks/tests around it being False.

    DocImpact: Removed neutron.allow_duplicate_networks config option. The
               behavior in Liberty is now to simply allow duplicate
               networks.

    Change-Id: Icb3510bcf0c30e11d0304a86ead91a43f37602ec

 remove "allow_duplicate_networks" option at document.

 20150710:
 recover common.pot file content.

backport: none

Change-Id: Ia462614c3571112602d9d09beb712d6023e6e0ba
Closes-Bug: #1466726
This commit is contained in:
bevis 2015-07-09 16:28:25 +08:00 committed by Bevis Chen
parent 3c15c9c26b
commit cc1ed201e4
3 changed files with 0 additions and 9 deletions

View File

@ -706,9 +706,5 @@
<td>[neutron] url_timeout</td>
<td>[neutron] timeout</td>
</tr>
<tr>
<td>[neutron] allow_duplicate_networks</td>
<td>None</td>
</tr>
</table>
</section>

View File

@ -48,10 +48,6 @@
<td><option>admin_username</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Username for connecting to neutron in admin context DEPRECATED: specify an auth_plugin and appropriate credentials instead.</td>
</tr>
<tr>
<td><option>allow_duplicate_networks</option> = <replaceable>False</replaceable></td>
<td>(BoolOpt) DEPRECATED: Allow an instance to have multiple vNICs attached to the same Neutron network. This option is deprecated in the 2015.1 release and will be removed in the 2015.2 release where the default behavior will be to always allow multiple ports from the same network to be attached to an instance.</td>
</tr>
<tr>
<td><option>auth_plugin</option> = <replaceable>None</replaceable></td>
<td>(StrOpt) Name of the plugin to load</td>

View File

@ -609,7 +609,6 @@ neutron/admin_tenant_id neutron
neutron/admin_tenant_name neutron
neutron/admin_user_id neutron
neutron/admin_username neutron
neutron/allow_duplicate_networks neutron
neutron/auth_plugin neutron
neutron/auth_section neutron
neutron/auth_strategy neutron