neutron/neutron/api/v2
Rodolfo Alonso Hernandez 96223931ca Create a policy rule to control if a rule belongs to the default SG
The policy rule ``shared_security_group`` allows to create new policy
rules checking if a security group rule belongs or not to the project
default security group.

By default the behaviour has not changed. If an administrator wants
to prevent a non-privileged user from creating or deleting rules in the
default security group, the ``create_security_group_rule`` and
``delete_security_group_rule`` can be overriden. An example is provided
in the unit tests.

Closes-Bug: #2019960

Change-Id: I6c90b61df0e726ef07f177801069baf30c49de67
2023-10-09 14:11:55 +00:00
..
__init__.py Remove invalid copyright headers under API module 2014-04-02 11:09:03 -07:00
base.py Create a policy rule to control if a rule belongs to the default SG 2023-10-09 14:11:55 +00:00
resource.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
resource_helper.py Add API extension for QoS minimum pps rule 2021-09-29 12:27:30 +02:00
router.py Delete dead API v2 router code 2017-09-13 15:11:49 -07:00