openstack-manuals/doc/common/samples/authentication.json
Diane Fleming ed15af07b9 Fix xml and json validation errors in openstack-manuals
Change-Id: Iaeb551d44d9a3cd6e7131e925fac89ed269515bc
author: diane fleming
2014-03-02 12:28:46 +01:00

55 lines
723 B
JSON

{
"context_is_admin":[
[
"role:admin"
]
],
"admin_or_owner":[
[
"is_admin:True"
],
[
"project_id:%(project_id)s"
]
],
"default":[
[
"rule:admin_or_owner"
]
],
"admin_api":[
[
"is_admin:True"
]
],
"volume:create":[
],
"volume:get_all":[
],
"volume:get_volume_metadata":[
],
"volume:get_snapshot":[
],
"volume:get_all_snapshots":[
],
"volume_extension:types_manage":[
[
"rule:admin_api"
]
],
"volume_extension:types_extra_specs":[
[
"rule:admin_api"
]
],
"...":[
[
"...:..."
]
]
}