keystone/keystone/trust/backends
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
..
__init__.py Trusts 2013-03-05 19:35:38 +00:00
base.py Invalidate trust when the related project is deleted 2016-10-14 16:55:06 +00:00
sql.py Add expired_at_int column to trusts 2018-01-04 22:28:44 +01:00