Comment 22 for bug 1306294

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

Reviewed: https://review.openstack.org/100700
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=e39f80d25de12895410ce7d0715e55eeb8ca0965
Submitter: Jenkins
Branch: master

commit e39f80d25de12895410ce7d0715e55eeb8ca0965
Author: Steven Hardy <email address hidden>
Date: Tue Jun 17 16:43:13 2014 +0100

    engine.clients always use keystoneclient auth_token

    Always get the token from keystoneclient, even if there is one in
    the request context, as if the context contains a username and
    password, there is the possibility the keystoneclient auth_token
    may be a reissued token which should be preferred to the one in
    the context which may have expired.

    Change-Id: Icbce9ae7a8ff7cad5eadec3de4f69b977949c265
    Partial-Bug: #1306294