Comment 3 for bug 1265670

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

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

commit 5e7b4809aa81fc8c7d381a6ac95730b0f10edc1e
Author: Brant Knudson <email address hidden>
Date: Thu Jan 2 18:42:42 2014 -0600

    Fix reading cache-time before configured

    There were several places where the cache time was read at
    import-time. This means that the default value is used rather
    than the value that the user configured because CONF() had not
    been called yet.

    This change makes it so the values are read at run-time, after
    CONF() has been called.

    Change-Id: I835418f249c5217bf79efebad1dee22d25f6774a
    Closes-Bug: #1265670