keystone/keystone/identity
Roxana Gherle 781e78b41b Maintain datatypes when loading configs from DB
When loading domain configuration from database we are changing
the actual data type of the configuration to unicode string. We
want to preserve the type of the configuration value because
otherwise we have problems later in the code when for example a
'bool' configuration value like 'use_tls' is evaluated incorrectly
because its type is unicode instead of bool.

Closes-Bug: #1461299
Change-Id: I54f5bd19910528b18c428bb3702c8cd4db3cc801
2015-08-13 16:01:58 -07:00
..
backends Merge "Remove unnecessary ldap imports" 2015-08-06 01:11:06 +00:00
id_generators Make identity id mapping handle unicode 2015-02-08 11:02:08 +00:00
mapping_backends Correct failures for H238 2015-01-11 17:33:21 -06:00
__init__.py Add identity mapping capability 2014-07-02 11:29:07 +01:00
controllers.py Implement validation on the Identity V3 API 2015-05-01 12:47:05 -05:00
core.py Maintain datatypes when loading configs from DB 2015-08-13 16:01:58 -07: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