Update the outdated URL

Change-Id: I31da5a42fa08e377ed050f8b9b8482bb9c8475a6
This commit is contained in:
melissaml 2018-09-23 15:18:08 +08:00
parent 994aef7216
commit 9ee56d2dd9
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,