keystone/keystone/endpoint_policy
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 Move endpoint policy into keystone core 2015-05-25 15:27:08 +08:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Move endpoint policy into keystone core 2015-05-25 15:27:08 +08:00
core.py Using the right format to render the docstring correctly 2015-11-24 04:37:14 +00:00
routers.py Move endpoint policy into keystone core 2015-05-25 15:27:08 +08:00