Merge "Add ovn_sb_connection to octavia.conf"
This commit is contained in:
commit
e5e1fad6b3
@ -29,6 +29,7 @@ enabled_provider_agents = {{ octavia_provider_agents }}
|
|||||||
{% if neutron_plugin_agent == 'ovn' %}
|
{% if neutron_plugin_agent == 'ovn' %}
|
||||||
[ovn]
|
[ovn]
|
||||||
ovn_nb_connection = {{ ovn_nb_connection }}
|
ovn_nb_connection = {{ ovn_nb_connection }}
|
||||||
|
ovn_sb_connection = {{ ovn_sb_connection }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[haproxy_amphora]
|
[haproxy_amphora]
|
||||||
|
6
releasenotes/notes/bug-1950111-8e477fb6a5b58822.yaml
Normal file
6
releasenotes/notes/bug-1950111-8e477fb6a5b58822.yaml
Normal 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>`__
|
Loading…
x
Reference in New Issue
Block a user