neutron/neutron/api
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
..
rpc Merge "Fix some new pylint "R" warnings" 2023-07-28 06:58:46 +00:00
v2 Create a policy rule to control if a rule belongs to the default SG 2023-10-09 14:11:55 +00:00
views Add a new configuration variable for api links. 2017-04-18 15:16:41 +00:00
__init__.py Added API extensions to detect sorting/pagination features 2016-08-01 22:57:15 +02:00
api_common.py Fix some pylint indentation warnings 2022-11-02 10:11:46 -04:00
extensions.py Remove import of 'imp' module 2022-07-11 14:19:54 -04:00