Fix trustee/trustor definitions
The trustee is the person consuming the trust, the trustor is the person who creates the trust. Change-Id: I4d6c4b4f14c0dfcb3b41cd3e37aecd01487442fd
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user