Merge "add cluster and clustertemplate to fake_policy.py"

This commit is contained in:
Jenkins 2016-11-18 03:00:22 +00:00 committed by Gerrit Code Review
commit 1813f1dbb8
1 changed files with 21 additions and 1 deletions

View File

@ -32,6 +32,26 @@ policy_data = """
"baymodel:detail": "",
"baymodel:get": "",
"baymodel:get_all": "",
"baymodel:update": ""
"baymodel:update": "",
"cluster:create": "",
"cluster:delete": "",
"cluster:detail": "",
"cluster:get": "",
"cluster:get_all": "",
"cluster:update": "",
"clustertemplate:create": "",
"clustertemplate:delete": "",
"clustertemplate:detail": "",
"clustertemplate:get": "",
"clustertemplate:get_all": "",
"clustertemplate:update": "",
"clustertemplate:publish": "",
"certificate:create": "",
"certificate:get": "",
"magnum-service:get_all": ""
}
"""