keystone/keystone
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
..
assignment Pass initiator to Manager as a kwarg 2016-10-07 15:20:45 +00:00
auth Move audit initiator creation to request 2016-10-05 11:42:03 +11:00
catalog Pass initiator to Manager as a kwarg 2016-10-07 15:20:45 +00:00
cmd Merge "Rename sql.migration_helpers to sql.upgrades" 2016-09-16 00:35:22 +00:00
common Move audit initiator creation to request 2016-10-05 11:42:03 +11:00
conf Fix a typo in _init_.py 2016-10-04 16:33:55 +08:00
contrib Remove unnecessary __init__ 2016-08-24 10:00:05 +08:00
credential Log warning if null key is used for encryption 2016-09-07 18:38:49 +00:00
endpoint_policy EndpointPolicy driver doesn't inherit interface 2016-09-07 15:07:51 +05:30
federation Relax the requirement for mappings to result in group memberships 2016-09-01 03:24:27 +00:00
identity Pass initiator to Manager as a kwarg 2016-10-07 15:20:45 +00:00
locale Imported Translations from Zanata 2016-06-02 07:16:54 +00:00
middleware Revert "Allow compatibility with keystonemiddleware 4.0.0" 2016-09-21 18:44:39 +00:00
models Consistently round down timestamps 2016-09-12 16:16:29 +00:00
oauth1 Pass initiator to Manager as a kwarg 2016-10-07 15:20:45 +00:00
policy Pass initiator to Manager as a kwarg 2016-10-07 15:20:45 +00:00
resource Pass initiator to Manager as a kwarg 2016-10-07 15:20:45 +00:00
revoke Distributed cache namespace to invalidate regions 2016-08-29 16:38:55 +00:00
server Implement encryption of credentials at rest 2016-09-02 04:25:49 +00:00
tests Move audit initiator creation to request 2016-10-05 11:42:03 +11:00
token Remove the no use arg (auth=None) 2016-09-30 11:50:06 +08:00
trust Pass initiator to Manager as a kwarg 2016-10-07 15:20:45 +00:00
v2_crud Pass request to v2 token authenticate 2016-07-15 13:33:39 +10:00
version Report v2.0 as deprecated in version discovery 2016-08-04 23:59:38 +03:00
__init__.py
exception.py Project domain must match role domain for assignment 2016-09-07 11:43:53 -07:00
i18n.py Change oslo.i18n to oslo_i18n 2015-02-09 18:10:07 -06:00
notifications.py Move audit initiator creation to request 2016-10-05 11:42:03 +11:00
service.py Create a version package 2015-10-12 23:59:16 +00:00