kolla-ansible/releasenotes/notes/bug-1901960-363503e11449b53c.yaml
Michal Nasiadka 1c2b5e036d ovn: Do not schedule SNAT routers on computes
Currently we set enable-chassis-as-gw on compute nodes when distributed FIP
is enabled - that is not required for FIP functionality.

Change-Id: Ic880a9479fa0cdbb1d1cae3dbe9523ef2e1132ce
Closes-Bug: #1901960
(cherry picked from commit 06baf51440)
2020-11-09 15:46:38 +00:00

7 lines
188 B
YAML

---
fixes:
- |
OVN will no longer schedule SNAT routers on compute nodes
when ``neutron_ovn_distributed_fip`` is enabled.
`LP#1901960 <https://launchpad.net/bugs/1901960>`__