keystone/keystone/common/rbac_enforcer
Ben Nemec ba8dd06e12 Parse cli args in get_enforcer
Previously this call to the conf object couldn't parse cli args
because the oslo.policy tool was registering its cli opts on a
private conf object, so attempting to parse them on the global
object would fail. The dependency makes oslo.policy use the global
object instead so cli arg parsing works correctly.

This is important because ignoring cli args as this was previously
doing caused things like --config-file to be dropped, which meant
that running the tool with that option specified did not work as
expected.

Depends-On: https://review.opendev.org/690628
Change-Id: Id553743277a35660a40d6b3b02847d7a35abbfb9
Closes-Bug: 1849518
2020-03-23 22:16:58 +00:00
..
__init__.py Fix keystone.common.rbac_enforcer.__init__.py exporting 2018-07-12 22:09:12 +00:00
enforcer.py Fix misspell word 2019-09-29 10:41:36 +08:00
policy.py Parse cli args in get_enforcer 2020-03-23 22:16:58 +00:00