neutron-lib/neutron_lib/policy
Rodolfo Alonso Hernandez f0724e9cf1 Skip the enforcer undefined rule check
That will avoid unnecessary warning messages in the logs. The
role enforcer only loads the following 3 rules:
* _ADMIN_CTX_POLICY = 'context_is_admin'
* _ADVSVC_CTX_POLICY = 'context_is_advsvc'
* _SERVICE_ROLE = 'service_api'

This functionality was implemented in [1]. oslo.policy library
is bumped to version 4.3.0 that contains this patch.

[1]https://review.opendev.org/c/openstack/oslo.policy/+/907196

Closes-Bug: #2048198
Change-Id: I1581b95035c4afebf63518b64c35bc0c61c292e9
2024-02-23 00:52:29 +00:00
..
__init__.py Add is_service_role property to the context class 2023-06-30 15:56:20 +02:00
_engine.py Skip the enforcer undefined rule check 2024-02-23 00:52:29 +00:00