Queens Series Release Notes¶
12.0.1¶
New Features¶
VPNaaS support in neutron L3 agent is now implemented as L3 agent extension. We no longer have a separate binary
neutron-vpn-agent. To enable VPNaaS support in L3 agent, ensure to specifyvpnaasto the configurationextensionsin[AGENT]section of the L3 agent config file.
Upgrade Notes¶
The separate L3 agent binary
neutron-vpn-agentfor VPNaaS support is dropped and VPNaaS support is now implemented as L3 agent extension. When upgrading your deployment to Queens, ensure to specifyvpnaasto[AGENT] extensionsconfiguration of the L3 agent config file and runneutron-l3-agentinstead ofneutron-vpn-agent.
Bug Fixes¶
The libreswan driver of neutron-vpnaas can now also work with Libreswan 3.19+ (bug #1711456).