keystone/keystone/token
Brant Knudson bdb88c662a Fix for V2 token issued_at time changing
When the server converted a V2 token to a V3 token it regenerated
the issued_at time.

This was causing the server to return a different issued_at time
when a V2 token was validated using the V3 API.

This was causing the server to fail to revoke a V2 token if it was
revoked before validating it first because the regenerated token was
considered to be after the revocation event.

Change-Id: I71fea3253295ee8794fb2c8211e1f030de3ae205
Closes-Bug: #1348820
(cherry picked from commit a4c73e4382)
2014-08-05 10:51:24 -05:00
..
backends Uses explicit imports for _ 2014-03-18 01:23:21 -07:00
providers Fix for V2 token issued_at time changing 2014-08-05 10:51:24 -05:00
__init__.py Remove vim header 2014-02-08 23:54:04 +08:00
controllers.py HEAD responses should return same status as GET 2014-07-08 22:38:20 -07:00
core.py Uses explicit imports for _ 2014-03-18 01:23:21 -07:00
provider.py Uses explicit imports for _ 2014-03-18 01:23:21 -07:00
routers.py HEAD responses should return same status as GET 2014-07-08 22:38:20 -07:00