keystone/keystone/v2_crud
Jamie Lennox da6ea7e224 Pass a request to controllers instead of a context
Instead of the unformed context dictionary pass a full request object
with access to the context_dict so that existing functions still work.
After this we can replace smaller usages of the context dict with
functions and properties on the request directly.

Change-Id: Ibe822ed7c76a24a7d31d98ce62f873a01e5fb213
2016-06-08 14:56:52 +10:00
..
__init__.py Move user and admin crud to core 2016-02-06 15:44:12 +00:00
admin_crud.py Move user and admin crud to core 2016-02-06 15:44:12 +00:00
user_crud.py Pass a request to controllers instead of a context 2016-06-08 14:56:52 +10:00