keystone/keystone/trust
Colleen Murphy 07b07d5b83 Add expired_at_int column to trusts
We've already converted Password objects to use the DateTimeInt format
for its datetime attributes[1]. This was necessary to cope with
differences in date storage formats between different DBMSs that was
causing intermittent test failures. While we're not experiencing those
CI problems any more, the DateTimeInt format is the way forward for
consistent datetime storage. This patch converts the trust table and
model to use the new format.

[1] https://review.openstack.org/#/c/493259/

Related-bug: #1702211

Change-Id: If524c743170924e5b8cfdafa862ed31b06db018c
2018-01-04 22:28:44 +01:00
..
backends Add expired_at_int column to trusts 2018-01-04 22:28:44 +01:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Implement get_unique_role_by_name 2017-12-29 23:30:10 +01:00
core.py Remove Dependency Injection 2017-12-13 10:59:39 -08:00
routers.py Ensure the trust API supports HEAD requests 2017-06-21 15:04:03 +00:00
schema.py Fix role schema in trust object 2017-11-28 15:21:45 +01:00