Comment 12 for bug 1721432

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

Reviewed: https://review.openstack.org/510981
Committed: https://git.openstack.org/cgit/openstack/congress/commit/?id=b40fcbecf4745298d29387bc54a8a9ff72925b6e
Submitter: Zuul
Branch: master

commit b40fcbecf4745298d29387bc54a8a9ff72925b6e
Author: Ben Nemec <email address hidden>
Date: Tue Oct 10 17:33:39 2017 +0000

    Call base from_dict in RequestContext

    This changes the from_dict override to call the base class
    implementation with the Congress-specific keys passed as kwargs.
    It should prevent issues where a new key is added to the base to_dict
    function that is not an accepted parameter on the constructor.

    Change-Id: I271111f1fe2ba0d4350e94f672abd327ac8eeb7a
    Closes-Bug: 1721432