diff --git a/cinder/policy.py b/cinder/policy.py index 662066a6bab..95cfd4c25ba 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()