keystone/keystone/catalog
Morgan Fainberg 6f1079586e Do not call `to_dict` outside of a session context
Do not call `to_dict` outside of a session context as if to_dict
interacts with lazy-loaded relationships it can cause errors. For
the most part these are edge-cases and unlikely to happen.

A couple FIXMEs were added to restructure the calls to allow for
`to_dict` to be moved into a method that will act within a session
context.

Change-Id: I769c2cdea1b08a780093d27cdc70bce9f004017b
2017-01-25 06:12:20 +00:00
..
backends Do not call `to_dict` outside of a session context 2017-01-25 06:12:20 +00:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Handling of 'region' parameter as None 2017-01-17 20:03:03 +00:00
core.py Replace tenant with project for keystone catalog 2016-10-16 11:20:12 +08: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