keystone/keystone/trust
Lance Bragstad 86229b3e75 Pass initiator to Manager as a kwarg
Keystone's various Manager classes typically handle the sending of
a notification. In order to send the notification an `initiator` is
needed. All Manager CRUD methods typically ask for this as a kwarg
since it's not required in all cases.

Most of the controller layers pass the initiator value as a
positional argument. This commit makes it so the controller passes it
as a kwarg since that's how the Manager class method signature
describes it.

Change-Id: Ic805f6ea2767c9c5cf01aa04ad554773b9cc8c39
2016-10-07 15:20:45 +00:00
..
backends Move the trust abstract base class out of core 2016-07-07 17:11:13 +00:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Pass initiator to Manager as a kwarg 2016-10-07 15:20:45 +00:00
core.py Move the trust abstract base class out of core 2016-07-07 17:11:13 +00:00
routers.py Change V3 router classes to provide JSON Home data 2014-08-26 09:56:52 -05:00
schema.py Loosen the validation schema used for trustee/trustor ids 2015-03-25 19:11:52 +00:00