Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
Enabled the Neutron RPC server deployment (``deployment_rpc_server``) for OVN
backends by removing the explicit ``false`` override in Helm values. This fixes
OVN VPN agent crashes caused by RPC timeouts when the agent attempts to
communicate with the Neutron server over the ``oslo.messaging`` transport.
Comment thread
mnaser marked this conversation as resolved.
1 change: 0 additions & 1 deletion roles/neutron/vars/main.yml
Comment thread
mnaser marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ __neutron_ovn_helm_values:
daemonset_ovn_metadata_agent: true
daemonset_ovn_vpn_agent: true
daemonset_ovs_agent: false
deployment_rpc_server: false

__neutron_policy_server_helm_values:
conf:
Expand Down
Loading