keystone/keystone/resource
Samuel de Medeiros Queiroz e64a1b5891 Remove exposure of routers at package level
Keystone API routers are exposed at their package
level (in __init__.py files). This causes them to
be unnecessarily executed each time something
whithin that package is used.

For example, simply importing
keystone.federation.constants would make the
federation routers code to be executed.

This patch remove routers exposure from package
level and import them directly in services.py,
which is the single place that needs them.

Change-Id: If68184c871ac77659ad2e64aa5f0aafac7a4bf70
2015-12-03 15:06:56 -03:00
..
backends Merge "Includes server_default option in is_domain column" 2015-10-28 02:22:12 +00:00
config_backends Merge "Enable try_except_pass Bandit test" 2015-11-06 10:52:00 +00:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Manager support for projects acting as domains 2015-11-19 11:25:20 -03:00
core.py Using the right format to render the docstring correctly 2015-11-24 04:37:14 +00:00
routers.py Mark the domain config API as experimental 2015-03-13 19:06:33 +00:00
schema.py Merge "Manager support for projects acting as domains" 2015-11-20 02:15:15 +00:00