keystone/keystone/contrib
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
..
admin_crud Split the assignments controller 2015-02-10 14:34:42 +00:00
ec2 Merge "Fix errors in ec2 signature logic checking" 2015-04-03 03:07:05 +00:00
endpoint_filter Use stevedore for backend drivers 2015-04-28 16:40:23 -05:00
endpoint_policy Move endpoint policy into keystone core 2015-05-25 15:27:08 +08:00
example Use stevedore for backend drivers 2015-04-28 16:40:23 -05:00
federation Switch from deprecated isotime 2015-06-03 08:31:31 -05:00
oauth1 Switch from deprecated isotime 2015-06-03 08:31:31 -05:00
revoke Switch from deprecated isotime 2015-06-03 08:31:31 -05:00
s3 pep8 whitespace changes 2015-04-25 00:02:33 +00:00
simple_cert Change oslo.config to oslo_config 2015-02-09 18:10:07 -06:00
user_crud Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
__init__.py establish basic structure 2012-01-18 20:06:27 -08:00