From 9ee56d2dd909000fc48c8836999ab2db89941bd8 Mon Sep 17 00:00:00 2001 From: melissaml Date: Sun, 23 Sep 2018 15:18:08 +0800 Subject: [PATCH] Update the outdated URL Change-Id: I31da5a42fa08e377ed050f8b9b8482bb9c8475a6 --- fm-rest-api/fm/fm/common/policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fm-rest-api/fm/fm/common/policy.py b/fm-rest-api/fm/fm/common/policy.py index e1a18ab3..16a7320d 100644 --- a/fm-rest-api/fm/fm/common/policy.py +++ b/fm-rest-api/fm/fm/common/policy.py @@ -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,