Merge "Parse cli args in get_enforcer"

This commit is contained in:
Zuul 2020-04-22 11:06:04 +00:00 committed by Gerrit Code Review
commit c908edb2db
3 changed files with 3 additions and 8 deletions

View File

@ -35,12 +35,7 @@ def get_enforcer():
:returns: :class:`oslo_policy.policy.Enforcer` :returns: :class:`oslo_policy.policy.Enforcer`
""" """
# Here we pass an empty list of arguments because there aren't any CONF(project='keystone')
# arguments that oslo.config or oslo.policy shouldn't already understand
# from the CONF object. This makes things easier here because we don't have
# to parse arguments passed in from the command line and remove unexpected
# arguments before building a Config object.
CONF([], project='keystone')
return _ENFORCER._enforcer return _ENFORCER._enforcer

View File

@ -34,7 +34,7 @@ oslo.i18n==3.15.3
oslo.log==3.44.0 oslo.log==3.44.0
oslo.messaging==5.29.0 oslo.messaging==5.29.0
oslo.middleware==3.31.0 oslo.middleware==3.31.0
oslo.policy==2.3.0 oslo.policy==3.0.2
oslo.serialization==2.18.0 oslo.serialization==2.18.0
oslo.upgradecheck==0.1.0 oslo.upgradecheck==0.1.0
oslo.utils==3.33.0 oslo.utils==3.33.0

View File

@ -23,7 +23,7 @@ oslo.db>=4.27.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0
oslo.log>=3.44.0 # Apache-2.0 oslo.log>=3.44.0 # Apache-2.0
oslo.middleware>=3.31.0 # Apache-2.0 oslo.middleware>=3.31.0 # Apache-2.0
oslo.policy>=2.3.0 # Apache-2.0 oslo.policy>=3.0.2 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.upgradecheck>=0.1.0 # Apache-2.0 oslo.upgradecheck>=0.1.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0