From 5b3ac1ebda160e80ba3a38c1f113f85b797572d6 Mon Sep 17 00:00:00 2001 From: Yushiro FURUKAWA Date: Tue, 7 Aug 2018 22:21:55 +0900 Subject: [PATCH] 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 --- .../fwaas-v2-logging-79cbaa43ff17f47f.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 releasenotes/notes/fwaas-v2-logging-79cbaa43ff17f47f.yaml diff --git a/releasenotes/notes/fwaas-v2-logging-79cbaa43ff17f47f.yaml b/releasenotes/notes/fwaas-v2-logging-79cbaa43ff17f47f.yaml new file mode 100644 index 000000000..00903d5db --- /dev/null +++ b/releasenotes/notes/fwaas-v2-logging-79cbaa43ff17f47f.yaml @@ -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 `__] + Currently, we cannot specify the following combination on CLI due to + missing validation of --resource-type: + + - --resource-type firewall_group --resource + - --resource-type firewall_group --resource --target + + Therefore, you can only run with following combinations: + + - --resource-type firewall_group --target + - --resource-type firewall_group