]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Make '*' the default ml2 flat_networks configuration
authorMartin Hickey <martin.hickey@ie.ibm.com>
Wed, 4 Nov 2015 21:37:21 +0000 (21:37 +0000)
committerMartin Hickey <martin.hickey@ie.ibm.com>
Fri, 6 Nov 2015 14:16:32 +0000 (14:16 +0000)
commitcb712c5a9ee2717f5d34b00a420529b842db90c7
tree739c4d8985f3abf78a0817fcd921b7d7d1230038
parent00f5fedab034830bfa743966d5625fa1899baee0
Make '*' the default ml2 flat_networks configuration

Update the ml2 flat_networks configuration to set '*' as the
default because that has been effectively the default behavior due
to a bug with the empty list.

Also, fix the empty list configuration for disabling flat networks.

DocImpact
UpgradeImpact

Change-Id: I13eb22afd7c0d011154b58a1bd218fd4fa82a8d9
Closes-bug: #1437745
Co-Authored-By: Martin Hickey <martin.hickey@ie.ibm.com>
etc/neutron/plugins/ml2/ml2_conf.ini
neutron/plugins/ml2/drivers/type_flat.py
neutron/tests/unit/plugins/ml2/drivers/test_type_flat.py