From a4070850c7240a929ea322f19f8e2a44cc3eb5e8 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 3 Jul 2017 11:25:33 +0100 Subject: [PATCH] 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 --- nova/policies/aggregates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nova/policies/aggregates.py b/nova/policies/aggregates.py index 39c7307bc..04fd22ee6 100644 --- a/nova/policies/aggregates.py +++ b/nova/policies/aggregates.py @@ -35,7 +35,7 @@ aggregates_policies = [ policy.DocumentedRuleDefault( POLICY_ROOT % 'add_host', base.RULE_ADMIN_API, - "Add a host to an aggregate.", + "Add a host to an aggregate", [ { 'path': '/os-aggregates/{aggregate_id}/action (add_host)', @@ -95,7 +95,7 @@ aggregates_policies = [ policy.DocumentedRuleDefault( POLICY_ROOT % 'show', base.RULE_ADMIN_API, - "Show details for an aggregate.", + "Show details for an aggregate", [ { 'path': '/os-aggregates/{aggregate_id}',