Comment 11 for bug 1306294

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

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

commit 0b91f35c014728afbe53dcb20e710578ab37d401
Author: Steven Hardy <email address hidden>
Date: Wed Jun 11 18:11:12 2014 +0100

    parser.Stack add stored_context

    Adds a new stored_context method, which may allow for some cleanup
    in service.py, and also enable switching from the request context
    to the stored context when needed, e.g when the current context
    auth_token is about to expire.

    Change-Id: I7b797719036238c424905a5d2555dc00e40f4e89
    Partial-Bug: #1306294