kolla-ansible/releasenotes/notes/bug-1950111-8e477fb6a5b58822.yaml
Ching Kuo 1077a9a4e7 Add ovn_sb_connection to octavia.conf
This commit added ovn_sb_connection to octavia.conf otherwise it will
try to connect to ovn-sb-db using the default address which is
127.0.0.1 while the ovn-sb-db listen on the IP address of the
api_interface.

Closes-Bug: #1950111

Change-Id: I9cb9a0365d00ffd70562b4b3e83493ec09bd52c2
2021-12-29 10:38:23 +08:00

7 lines
176 B
YAML

---
fixes:
- |
Fixes Octavia's "Connection refused" errors by adding ``ovn_sb_connection``
to ``octavia.conf``.
`LP#195011 <https://launchpad.net/bugs/195011>`__