Consistent policies
All of the documentation for these is going into user-facing docs, so clean them up accordingly. Change-Id: I5f9c284525bac773a897b7acc3773ac5851b9632 Implements: blueprint policy-docs
This commit is contained in:

committed by
Matt Riedemann

parent
56c4d684bf
commit
6f8fe3cb14
@@ -25,7 +25,7 @@ availability_zone_policies = [
|
||||
policy.DocumentedRuleDefault(
|
||||
POLICY_ROOT % 'list',
|
||||
base.RULE_ADMIN_OR_OWNER,
|
||||
"Lists availability zone information without host information",
|
||||
"List availability zone information without host information",
|
||||
[
|
||||
{
|
||||
'method': 'GET',
|
||||
@@ -35,7 +35,7 @@ availability_zone_policies = [
|
||||
policy.DocumentedRuleDefault(
|
||||
POLICY_ROOT % 'detail',
|
||||
base.RULE_ADMIN_API,
|
||||
"Lists detailed availability zone information with host information",
|
||||
"List detailed availability zone information with host information",
|
||||
[
|
||||
{
|
||||
'method': 'GET',
|
||||
|
Reference in New Issue
Block a user