keystone/keystone/identity
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 Fix D204: blank line required after class docstring (PEP257) 2015-10-28 07:25:24 +00:00
id_generators Make identity id mapping handle unicode 2015-02-08 11:02:08 +00:00
mapping_backends Merge "change some punctuation marks" 2015-11-14 12:25:31 +00:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Enable try_except_pass Bandit test 2015-10-15 12:56:35 -05:00
core.py Using the right format to render the docstring correctly 2015-11-24 04:37:14 +00:00
generator.py Use stevedore for backend drivers 2015-04-28 16:40:23 -05:00
routers.py Change the sub-routers to provide JSON Home data 2014-08-26 09:57:15 -05:00
schema.py Implement validation on the Identity V3 API 2015-05-01 12:47:05 -05:00