0e0c7fa07e
New API extension was added in [1] to extend security group rules with "normalized_cidr" read only attribute. This patch implements this API extension in Neutron ML2 plugin and extends security group rules with "normalized_cidr" value. [1] https://review.opendev.org/#/c/743630/ Related-Bug: #1869129 Change-Id: I65584817a22f952da8da979ab68cd6cfaa2143be
8 lines
273 B
YAML
8 lines
273 B
YAML
---
|
|
features:
|
|
- |
|
|
Security group rule has now new, read only attribute ``normalized_cidr``
|
|
which contains network address from the CIDR provided in the
|
|
``remote_ip_prefix`` attribute.
|
|
This new attribute shows actual CIDR used by backend firewall drivers.
|