From: Julien Danjou Date: Fri, 5 Oct 2012 12:29:19 +0000 (+0200) Subject: Fix typo in policy documentation X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=61a5ab81d3f784e498ff918a210767221f320785;p=openstack-build%2Fcinder-build.git Fix typo in policy documentation Change-Id: I61df9dc9b752e1598f4a472771e581091f4de18f Signed-off-by: Julien Danjou --- diff --git a/cinder/policy.py b/cinder/policy.py index 662066a6b..95cfd4c25 100644 --- a/cinder/policy.py +++ b/cinder/policy.py @@ -76,7 +76,7 @@ def enforce(context, action, target): for object creation this should be a dictionary representing the location of the object e.g. ``{'project_id': context.project_id}`` - :raises cinder.exception.PolicyNotAllowed: if verification fails. + :raises cinder.exception.PolicyNotAuthorized: if verification fails. """ init()