Merge "Fix policy in code docs for extended_snapshot_attributes"
This commit is contained in:
commit
38cbb5a63d
@ -45,11 +45,11 @@ snapshots_policies = [
|
|||||||
policy.DocumentedRuleDefault(
|
policy.DocumentedRuleDefault(
|
||||||
name=EXTEND_ATTRIBUTE,
|
name=EXTEND_ATTRIBUTE,
|
||||||
check_str=base.RULE_ADMIN_OR_OWNER,
|
check_str=base.RULE_ADMIN_OR_OWNER,
|
||||||
description="List snapshots with extended attributes.",
|
description="List or show snapshots with extended attributes.",
|
||||||
operations=[
|
operations=[
|
||||||
{
|
{
|
||||||
'method': 'GET',
|
'method': 'GET',
|
||||||
'path': '/snapshots'
|
'path': '/snapshots/{snapshot_id}'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'method': 'GET',
|
'method': 'GET',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user