keystone/keystone/contrib/federation
Brant Knudson 386054847e Switch from deprecated isotime
oslo_utils.timeutils.isotime() is deprecated as of 1.6 so we need
to stop using it.

The deprecation message says to use datetime.datetime.isoformat()
instead, but the format of the string generated by isoformat isn't
the same as the format of the string generated by isotime. The string
is used in tokens and other public APIs and we can't change it
without potentially breaking clients.

So the workaround is to copy the current implementation from
oslo_utils.timeutils.isotime() to keystone.common.utils.isotime().

Closes-Bug: 1461251

Change-Id: Icf821be8cd4ee7f52c1a3d89bfed302488c080f2
2015-06-03 08:31:31 -05:00
..
backends Remove assigned protocol before removing IdP 2015-04-17 13:35:14 +08:00
migrate_repo Drop sql.transaction() usage in migration 2015-03-30 18:28:04 +03:00
__init__.py Safer noqa handling 2014-03-27 18:52:07 -05:00
controllers.py Merge "Revert "Loosen validation on matching trusted dashboard"" 2015-05-21 19:35:18 +00:00
core.py Use stevedore for backend drivers 2015-04-28 16:40:23 -05:00
idp.py Switch from deprecated isotime 2015-06-03 08:31:31 -05:00
routers.py Add API to create ecp wrapped saml assertion 2015-03-28 06:31:36 +00:00
schema.py Add relay_state_prefix to Service Provider 2015-03-28 06:29:00 +00:00
utils.py Handles Python3 builtin changes 2015-05-08 11:10:08 +00:00