Comment 13 for bug 1634568

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/416372
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=ec4d0551c0cd3af355a9a64bd2b82c34d538552e
Submitter: Jenkins
Branch: master

commit ec4d0551c0cd3af355a9a64bd2b82c34d538552e
Author: Brant Knudson <email address hidden>
Date: Tue Jan 3 16:51:25 2017 -0600

    Correct timestamp format in token responses

    The token issue response has timestamps like this:

      "issued_at": "2017-01-03T22:42:55.000000Z"
      "expires_at": "2017-01-03T23:42:55.000000Z"

    Which didn't match the format documented in the API spec (the
    response has subsecond precision and Z rather than ±HHMM).

    Change-Id: I1deeac1776a7716ee66d187d1c1c7c1f5b02235f
    Closes-Bug: 1634568