Add releasenote for FWaaS v2 logging

This commit adds releasenote for FWaaS v2 logging feature[1].

[1] https://specs.openstack.org/openstack/neutron-specs/specs/rocky/extend-logging-framework-to-support-for-FWaaS-v2.html

Partial-Bug: #1720727
Change-Id: Ib7df1d574004f3a0eb45786c3995d715022dc46d
This commit is contained in:
Yushiro FURUKAWA 2018-08-07 22:21:55 +09:00
parent 507392be7d
commit 5b3ac1ebda
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
---
prelude: >
Resource type **firewall group** has been supported for neutron packet
logging framework. You can specify firewall group as ``--resource-type``
for logging API.
features:
- |
Enable to collect network packet log for ACCEPT/DROP action from firewall
groups. Currently, packet logging supports only L3(router) ports.
issues:
- |
[`bug 1720727 <https://bugs.launchpad.net/neutron/+bug/1720727>`__]
Currently, we cannot specify the following combination on CLI due to
missing validation of --resource-type:
- --resource-type firewall_group --resource <ID of firewall group>
- --resource-type firewall_group --resource <ID of firewall group> --target <ID of port>
Therefore, you can only run with following combinations:
- --resource-type firewall_group --target <ID of port>
- --resource-type firewall_group