kolla-ansible/releasenotes/notes/bug-2056332-0edb6cfd2efc4c1a.yaml
Michal Arbet 8c760d38a0 Fix creation of ovs bridges
This patch fixes the creation of the openvswitch
bridge by fixing an ansible task that was rewritten
to use an ansible module, but unfortunately, its loop
was implemented incorrectly.

Closes-Bug: #2056332
Change-Id: Ia55a36c0f9b122b72d757ca973e7d8f76ae84344
2024-03-11 09:49:51 +01:00

7 lines
211 B
YAML

---
fixes:
- |
Fixes an issue with ``openvswitch`` bridge creation when
``neutron_bridge_name`` was specified as two bridges.
`LP#2056332 <https://bugs.launchpad.net/kolla-ansible/+bug/2056332>`__