Comment 14 for bug 1317293

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

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

commit dee6ad112b189f3df1fdaac53d93c904f3536c3c
Author: Steven Hardy <email address hidden>
Date: Mon Jun 2 21:52:56 2014 +0100

    Add auth_token_info to request context

    The auth_token (and other) middleware adds a keystone.token_info value
    to the request environment after validating the token. We can pass this
    value via the request context which allow us to avoid always re-requesting
    another token in the keystoneclient instance in heat-engine.

    Change-Id: Icac0e73fbddd5011fb41bd644036ba489189c405
    Partial-Bug: #1317293