From 61a5ab81d3f784e498ff918a210767221f320785 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 5 Oct 2012 14:29:19 +0200 Subject: [PATCH] Fix typo in policy documentation Change-Id: I61df9dc9b752e1598f4a472771e581091f4de18f Signed-off-by: Julien Danjou --- cinder/policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.45.2