Skip to content

Commit 5832f13

Browse files
authored
fix: [VPNaaS][OVN] fix neutron ovn vpn agent frequently restart (#3587)
Signed-off-by: ricolin <rlin@vexxhost.com>
1 parent be7ba85 commit 5832f13

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Enabled the Neutron RPC server deployment (``deployment_rpc_server``) for OVN
5+
backends by removing the explicit ``false`` override in Helm values. This fixes
6+
OVN VPN agent crashes caused by RPC timeouts when the agent attempts to
7+
communicate with the Neutron server over the ``oslo.messaging`` transport.

roles/neutron/vars/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ __neutron_ovn_helm_values:
138138
daemonset_ovn_metadata_agent: true
139139
daemonset_ovn_vpn_agent: true
140140
daemonset_ovs_agent: false
141-
deployment_rpc_server: false
142141

143142
__neutron_policy_server_helm_values:
144143
conf:

0 commit comments

Comments
 (0)