keystonemiddleware/keystonemiddleware/audit
Jamie Lennox 0d1fc6c81f Use jsonutils instead of ast for loading the service catalog
AST! Never AST!

The service catalog set from auth_token middleware is a json blob not a
python blob and should be decoded as such.

This brings up the problem that the service catalog specified in the
tests is not actually valid JSON. In future I'll attempt to change this
over to using the auth_token fixture instead of a custom environment
dictionary.

Change-Id: Ic9ab68f7d41d19d3595a3ddbbb2e233f57ef52c8
2016-07-09 02:34:20 +00:00
..
__init__.py Refactor create_event onto the api object. 2016-06-27 12:15:26 +10:00
_api.py Use jsonutils instead of ast for loading the service catalog 2016-07-09 02:34:20 +00:00
_notifier.py Extract a common notifier pattern 2016-06-27 12:15:26 +10:00