neutron-lib/releasenotes/notes/add-extension-security-groups-rules-belongs-to-default-sg-36a5ac28831101e6.yaml
Rodolfo Alonso Hernandez 7da72b7f2d Add new SG rule ext. `security-groups-rules-belongs-to-default-sg`
Added a new API extension
``security-groups-rules-belongs-to-default-sg`` that adds a new
read only field ``belongs_to_default_sg`` in the security group
rules. This flag determines if this security group rule belongs
to the project's default security group.

Related-Bug: #2019960

Change-Id: Ibd8f57d82b28f5cdb8874f1ae22cb35adcd8e880
2023-06-07 09:50:57 +00:00

8 lines
291 B
YAML

---
features:
- |
Add new API extension ``security-groups-rules-belongs-to-default-sg`` that
adds a new read only field ``belongs_to_default_sg`` in the security group
rules. This flag determines if this security group rule belongs to the
project's default security group.