aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/examples/moon/policies/policy_root/metadata.json
diff options
context:
space:
mode:
authorWuKong <rebirthmonkey@gmail.com>2015-07-22 15:36:11 +0200
committerWuKong <rebirthmonkey@gmail.com>2015-07-22 15:39:44 +0200
commitc07dc2887f0ccab9372014790cda130781f28a09 (patch)
treeb4d2f9d44b48b48473f36e7b1d1a6e5d5225a9d4 /keystone-moon/examples/moon/policies/policy_root/metadata.json
parent9e3568e0e3da0be4802adb1204d082c88e9ce12c (diff)
finish review code
Change-Id: Ic5c9dcff1efe48f39cdb3f614675c0f945fe9a27 Signed-off-by: WuKong <rebirthmonkey@gmail.com>
Diffstat (limited to 'keystone-moon/examples/moon/policies/policy_root/metadata.json')
-rw-r--r--keystone-moon/examples/moon/policies/policy_root/metadata.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/keystone-moon/examples/moon/policies/policy_root/metadata.json b/keystone-moon/examples/moon/policies/policy_root/metadata.json
new file mode 100644
index 00000000..3e4b0f28
--- /dev/null
+++ b/keystone-moon/examples/moon/policies/policy_root/metadata.json
@@ -0,0 +1,18 @@
+{
+ "name": "Root Policy",
+ "model": "RBAC",
+ "genre": "admin",
+ "description": "root extension",
+
+ "subject_categories": [
+ "role"
+ ],
+
+ "action_categories": [
+ "action_id"
+ ],
+
+ "object_categories": [
+ "object_id"
+ ]
+}