Merge "fix(neutron): OVN fails to start by default"

This commit is contained in:
Zuul
2025-12-23 23:19:44 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 0 deletions

View File

@@ -2115,6 +2115,7 @@ conf:
max_header_size: 38
agent:
extensions: ""
ovn: {}
ml2_conf_sriov: null
taas:
taas:

View File

@@ -0,0 +1,7 @@
---
neutron:
- |
When enabling the OVN backend, don't fail to start with the default
connection setup to OVN NB and SB. A feature change was made allowing users
to override these connections but it did not preserve the default.
...