keystone/keystone/resource
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
..
V8_backends Move the resource abstract base class out of core 2016-05-02 13:30:51 +00:00
backends TrivialFix: Merge imports in code 2016-09-12 18:05:07 +07:00
config_backends Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +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 Add schema validation to v2 update tenant 2016-07-31 04:34:57 +00:00
routers.py Remove unnecessary stable attribute value for status 2016-07-09 08:20:32 -07:00
schema.py Add schema validation to v2 update tenant 2016-07-31 04:34:57 +00:00