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 specify- vpnaasto the configuration- extensionsin- [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 specify- vpnaasto- [AGENT] extensionsconfiguration of the L3 agent config file and run- neutron-l3-agentinstead of- neutron-vpn-agent.
Bug Fixes¶
- The libreswan driver of neutron-vpnaas can now also work with Libreswan 3.19+ (bug #1711456). 
