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 specifyvpnaas
to the configurationextensions
in[AGENT]
section of the L3 agent config file.
Upgrade Notes¶
The separate L3 agent binary
neutron-vpn-agent
for VPNaaS support is dropped and VPNaaS support is now implemented as L3 agent extension. When upgrading your deployment to Queens, ensure to specifyvpnaas
to[AGENT] extensions
configuration of the L3 agent config file and runneutron-l3-agent
instead ofneutron-vpn-agent
.
Bug Fixes¶
The libreswan driver of neutron-vpnaas can now also work with Libreswan 3.19+ (bug #1711456).