Merge "Add ovn_sb_connection to octavia.conf"

This commit is contained in:
Zuul 2021-12-30 17:30:18 +00:00 committed by Gerrit Code Review
commit e5e1fad6b3
2 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,7 @@ enabled_provider_agents = {{ octavia_provider_agents }}
{% if neutron_plugin_agent == 'ovn' %}
[ovn]
ovn_nb_connection = {{ ovn_nb_connection }}
ovn_sb_connection = {{ ovn_sb_connection }}
{% endif %}
[haproxy_amphora]

View File

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