Adds a sample polic.json file

Sometimes the LBaaS V2 policyb targets are hard to infer.
This adds a sample policy file for users to customize with
all the targets.

Change-Id: I105d2e7daf932087632ceb6231b21158f9786335
This commit is contained in:
German Eichberger 2017-01-05 16:21:46 -05:00
parent 91b7b4eb01
commit 21ea9cf254
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"context_is_admin": "role:admin",
"context_is_advsvc": "role:advsvc",
"default": "rule:admin_or_owner",
"create_loadbalancer": "",
"update_loadbalancer": "",
"get_loadbalancer": "",
"delete_loadbalancer": "",
"create_listener": "",
"get_listener": "",
"delete_listener": "",
"update_listener": "",
"create_pool": "",
"get_pool": "",
"delete_pool": "",
"update_pool": "",
"create_healthmonitor": "",
"get_healthmonitor": "",
"update_healthmonitor": "",
"delete_healthmonitor": "",
"create_pool_member": "",
"get_pool_member": "",
"update_pool_member": "",
"delete_pool_member": ""
}