Public bug reported: Keystone's current schema uses SQL's DATETIME format. Depending on the version of SQL, it may or may not support sub-second accuracy/precision.
We should replace keystone's use of DATETIME with an integer timestamp. With integer timestamps we can support sub-second accuracy regardless of the version of SQL being used. ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1513538 Title: Remove SQL's datetime format inplace of integer timestamps Status in OpenStack Identity (keystone): New Bug description: Keystone's current schema uses SQL's DATETIME format. Depending on the version of SQL, it may or may not support sub-second accuracy/precision. We should replace keystone's use of DATETIME with an integer timestamp. With integer timestamps we can support sub-second accuracy regardless of the version of SQL being used. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1513538/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp