Comment 2 for bug 1456069

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

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

commit 345d5a9f1914308ff894180dbc3b732f3860bf2b
Author: liu-sheng <email address hidden>
Date: Thu Jun 4 17:06:09 2015 +0800

    Add validity check of 'expires_at' in trust creation

    It is meaningless that creating a trust with expiration older than now.
    This change add the validity check of "expires_at" when creating a trust.

    Change-Id: Iebdfe86721204a550a74a00c46d661d903a4a141
    Closes-Bug: 1456069