keystone/keystone/catalog
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 Replace six iteration methods with standard ones 2016-09-08 18:56:31 +08: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 Distributed cache namespace to invalidate regions 2016-08-29 16:38:55 +00:00
routers.py Move endpoint filter into keystone core 2015-11-18 15:28:41 +00:00
schema.py Add schema validation to create service in v2 2016-08-01 10:30:40 -05:00