Comment 9 for bug 1721432

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

Reviewed: https://review.openstack.org/510917
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=ef4cc46769e4ba31895a1cda8dc09a10aa6c764f
Submitter: Zuul
Branch: master

commit ef4cc46769e4ba31895a1cda8dc09a10aa6c764f
Author: Ben Nemec <email address hidden>
Date: Tue Oct 10 15:45:50 2017 +0000

    Call base from_dict in DesignateContext

    This changes the from_dict override to call the base class
    implementation with the Designate-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: If75b26bf5a95ae1be679d43a939621037311d2dc
    Closes-Bug: 1721432