summaryrefslogtreecommitdiffstats
path: root/keystone
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-08-24 13:06:05 +0000
committerGerrit Code Review <review@openstack.org>2012-08-24 13:06:05 +0000
commit99f9beb1831e4c8a74b230eaa3de6a6b9dc6f249 (patch)
treed2a99751ed16caffbeed5350ae5b416ef7461282 /keystone
parent175c4e94c457d9ca1fcb032d32115f3e0681ca9c (diff)
parent13ce4820604d8314b59acbb62fdef2df09300e33 (diff)
Merge "mistake in doc string"
Diffstat (limited to 'keystone')
-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}