Comment 1 for bug 1225084

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

Reviewed: https://review.openstack.org/46535
Committed: http://github.com/openstack/python-keystoneclient/commit/2fdbcbd06cfa6fd4348bc3752554331651717c87
Submitter: Jenkins
Branch: master

commit 2fdbcbd06cfa6fd4348bc3752554331651717c87
Author: Dolph Mathews <email address hidden>
Date: Fri Sep 13 11:29:49 2013 -0500

    Set example timestamps to 2038-01-18T21:14:07Z

    This timestamp is the last possible moment that can be represented on
    32-bit systems as an integer.

    As a consequence of revising the JSON examples, the corresponding PEM
    files must be re-generated as well.

    Change-Id: Ic6014c08b4545db036605beef1e6a8829ed347c4
    Related-Bug: 1190054
    Related-Bug: 1225084