Comment 4 for bug 1761050

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/558922
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=02cacfd53a9cf168d7e1967faef3211333800eb6
Submitter: Zuul
Branch: master

commit 02cacfd53a9cf168d7e1967faef3211333800eb6
Author: Emilien Macchi <email address hidden>
Date: Wed Apr 4 13:42:41 2018 -0700

    undercloud: increase token expiration time

    We did it in the past (3 years ago!) in instack-undercloud:
    https://github.com/openstack/instack-undercloud/commit/43e792c6844d4a7081b718d7f89b0c40f5cfb708
    in the context of: https://bugzilla.redhat.com/show_bug.cgi?id=1235908

    This time, we have the same problem when the undercloud is
    containeirized.
    This patch is actually setting parity with keystone config from
    instack-undercloud, but also raising an actual issue that will be
    addressed this cycle.

    In the meantime, let's increase the token expiration so we can move
    forward with testing the containerized undercloud.

    Change-Id: Iceaaf53fae44b5bcda9f6517f163939ba6be3d49
    Related-Bug: #1761050