keystone/keystone/contrib/oauth1
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 Switch from deprecated isotime 2015-06-03 08:31:31 -05:00
migrate_repo Fixes use of dict methods for Python3 2015-05-08 11:10:08 +00:00
__init__.py Safer noqa handling 2014-03-27 18:52:07 -05:00
controllers.py add cadf notifications for oauth 2015-03-09 23:03:36 +00:00
core.py Use stevedore for backend drivers 2015-04-28 16:40:23 -05:00
routers.py Enable endpoint_policy, endpoint_filter and oauth by default 2015-02-24 03:56:40 -05:00
validator.py Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00