summaryrefslogtreecommitdiffstats
path: root/keystone/policy/backends/rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/policy/backends/rules.py')
-rw-r--r--keystone/policy/backends/rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/policy/backends/rules.py b/keystone/policy/backends/rules.py
index 5abfe64c..92a90efa 100644
--- a/keystone/policy/backends/rules.py
+++ b/keystone/policy/backends/rules.py
@@ -86,7 +86,7 @@ def enforce(credentials, action, target):
compute:attach_volume
volume:attach_volume
- :param object: dictionary representing the object of the action
+ :param target: dictionary representing the object of the action
for object creation this should be a dictionary
representing the location of the object e.g.
{'tenant_id': object.tenant_id}