Add reno note for FWaaS v2

None of the existing release notes mention FWaaS v2, so a separate
release note is being added to debut it and describe the extent of its
implementation.

Change-Id: Iba874d49591f2f37a8623c1910cfcbb68634fa2f
This commit is contained in:
Nate Johnston 2016-09-07 19:17:46 +00:00
parent b512cffb42
commit e2ea1e36c6
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
prelude: >
The FWaaS team is pleased to release FWaaS v2.0. This release of FWaaS
supports either the original FWaaS v1 or the new FWaaS v2.
features:
- In FWaaS v2 firewall policies are applied to router ports, as opposed to
applying to routers in FWaaS v1.
- Earlier the FWaaS agent integrated with the L3 agent by having the L3 Agent
class inherit from the FWaaS Agent class. This meant that other service
agents could not also integrate with the L3 agent. Now, using the L3 agent
extensions mechanism, FWaaS (v1 and v2) plugs in to the L3 agent. This
means that it can interoperate peacefully with other L3 advanced services
that also implement the L3 agent extension mechanism, all without any code
changes to Neutron.
upgrade:
- There is not currently a defined upgrade path from FWaaS v1 to FWaaS v2.
- FWaaS v1 can not be enabled at the same time as FWaaS v2; one or the other
must be chosen.