From 0de98e59939a9ebd6147e74ac99a1727590c83f7 Mon Sep 17 00:00:00 2001 From: Huachao Mao Date: Fri, 30 Dec 2016 16:44:32 +0800 Subject: [PATCH] fix wrong path in doc Change-Id: I1f16bda22a67cee53b60677f9d4c09ae34a16c11 --- doc/source/topics/policy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/topics/policy.rst b/doc/source/topics/policy.rst index 21a03a133..f236ced03 100644 --- a/doc/source/topics/policy.rst +++ b/doc/source/topics/policy.rst @@ -147,7 +147,7 @@ An Example looks like:: } The fourth way to add a role based check is in html files. Use angular directive 'hz-if-policies' -in file 'openstack_dashboard.static.app.core.cloud-services.hz-if-policies-directive.js'. +in file 'openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.js'. Assume you have the following policy defined in your angular controller:: ctrl.policy = { rules: [["identity", "identity:update_user"]] }