Files
openstack-helm/releasenotes/notes/neutron-96d95ffbdeaaf29a.yaml
ricolin 41fa9496ac Fix: Add Missing Neutron OVN VPN Configuration
Add the required OVN VPN configuration files to the Neutron server so VPN
features behave as expected.
The Neutron server receives RPC calls from the Neutron OVN VPN agent and
executes OVN-VPN operations; therefore, the VPN configuration must be present
on the server.

Change-Id: I32ddfdd949305964d11cd5f9062bc0c41d152d83
Signed-off-by: ricolin <rlin@vexxhost.com>
2025-08-22 14:48:32 +08:00

9 lines
304 B
YAML

---
neutron:
- |
Add required OVN VPN configuration files to Neutron server so VPN
features behave as expected. The Neutron server receives RPC calls from the
Neutron OVN VPN agent and executes VPN operations. Therefore, the VPN
configuration must be present on the Neutron server.
...