Merge "Update the outdated URL"

This commit is contained in:
Zuul 2018-11-23 14:27:06 +00:00 committed by Gerrit Code Review
commit e196077d84
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def init(policy_file=None, rules=None,
"""
global _ENFORCER
if not _ENFORCER:
# http://docs.openstack.org/developer/oslo.policy/usage.html
# https://docs.openstack.org/oslo.policy/latest/user/usage.html
_ENFORCER = policy.Enforcer(CONF,
policy_file=policy_file,
rules=rules,