Merge "Fix policy in code docs for extended_snapshot_attributes"

This commit is contained in:
Zuul 2018-03-20 01:59:18 +00:00 committed by Gerrit Code Review
commit 38cbb5a63d
1 changed files with 2 additions and 2 deletions

View File

@ -45,11 +45,11 @@ snapshots_policies = [
policy.DocumentedRuleDefault(
name=EXTEND_ATTRIBUTE,
check_str=base.RULE_ADMIN_OR_OWNER,
description="List snapshots with extended attributes.",
description="List or show snapshots with extended attributes.",
operations=[
{
'method': 'GET',
'path': '/snapshots'
'path': '/snapshots/{snapshot_id}'
},
{
'method': 'GET',