e721c6ae0b
Enabling both l2_population and arp_responder for LinuxBridge can cause problems in some configurations [0]. This commit removes the explicit 'true', reverting it to the default which is 'False'. Closes-Bug: #1892776 [0] https://bugs.launchpad.net/neutron/+bug/1661717 Change-Id: Ia9445a651fd7a082835a858964bcb9e8e325338d Signed-off-by: Nick Jones <nick@dischord.org>
9 lines
356 B
YAML
9 lines
356 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Reverts the arp_responder option setting to the default ('False') for the
|
|
LinuxBridge agent, as this is known to cause problems with l2_population
|
|
as well as other issues such as not being fully compatible with the
|
|
allowed-address-pairs extension.
|
|
`LP#1892776 <https://bugs.launchpad.net/kolla-ansible/+bug/1892776>`__
|