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