Files
neutron-fwaas-dashboard/releasenotes/notes/shared-policy-fix-db8ca3cd327540d0.yaml
ZhouHeng e8463a1ad4 Revert "Retire neutron-fwaas-dashboard project"
This reverts commit 4a0f1a3ae5.

Reason for revert:
Neutron drivers team agreed to include neutron-fwaas again to Neutron
stadium[1], and goverance change is proposed at [2].

[1] https://meetings.opendev.org/meetings/neutron_drivers/2022/neutron_drivers.2022-01-28-14.00.log.html#l-14
[2] https://review.opendev.org/c/openstack/governance/+/828078

Change-Id: I5018dfdf9ea866e113a17f9bd5a3b153e4f1c08f
2022-02-10 20:58:31 +08:00

10 lines
406 B
YAML

---
fixes:
- |
Handling a shared rule or policy is now controlled by the policy
mechanism. Only admin users (by default) can set ``shared`` attribute
when creating or updating a firewall rule or policy.
The checkbox on ``shared`` attribute is now disabled if a user
has no sufficient permission.
[`bug 1699717 <https://bugs.launchpad.net/neutron-fwaas-dashboard/+bug/1699717>`__]