neutron/releasenotes/notes/security-groups-port-filtering-69d36ac7db90c9e0.yaml
Ahmed Zaid 43d3e88a07 Filter port-list based on security_groups.
This patch allows users to filter ports depending on security groups.
In addition to that I added a unit test to verify this change.
TODO: move security_groups_port_filtering_lib.py into neutron-lib.

Closes-Bug: 1405057
Change-Id: I528719d895fc1d89f74e2ee85b9ddc470323c601
2018-02-06 09:55:34 +00:00

7 lines
158 B
YAML

---
features:
- |
Support port filtering on security group IDs.
The feature can be used if 'port-security-group-filtering' extension is available.