Merge "Fix trustee/trustor definitions"

This commit is contained in:
Jenkins
2013-11-26 20:41:27 +00:00
committed by Gerrit Code Review

View File

@@ -40,8 +40,8 @@ class TrustManager(base.CrudManager):
def create(self, trustee_user, trustor_user, role_names=None,
project=None, impersonation=False, expires_at=None):
"""Create a Trust.
:param string trustee_user: user who's authorization is being delegated
:param string trustor_user: user who is capable of consuming the trust
:param string trustee_user: user who is capable of consuming the trust
:param string trustor_user: user who's authorization is being delegated
:param string role_names: subset of trustor's roles to be granted
:param string project: project which the trustor is delegating
:param boolean impersonation: enable explicit impersonation