Skip to content

Commit

Permalink
Merge "Add ovn_sb_connection to octavia.conf"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Dec 30, 2021
2 parents dbe9bbc + 1077a9a commit e5e1fad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/octavia/templates/octavia.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 6 additions & 0 deletions releasenotes/notes/bug-1950111-8e477fb6a5b58822.yaml
Original file line number Diff line number Diff line change
@@ -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>`__

0 comments on commit e5e1fad

Please sign in to comment.