]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix typo in policy documentation
authorJulien Danjou <julien@danjou.info>
Fri, 5 Oct 2012 12:29:19 +0000 (14:29 +0200)
committerJulien Danjou <julien@danjou.info>
Fri, 5 Oct 2012 12:29:19 +0000 (14:29 +0200)
Change-Id: I61df9dc9b752e1598f4a472771e581091f4de18f
Signed-off-by: Julien Danjou <julien@danjou.info>
cinder/policy.py

index 662066a6babd5cd71d4f7e3d86d198dc274cb64f..95cfd4c25bafd62acf33bf21cee42dfa1bc6225d 100644 (file)
@@ -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()