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