Comment 19 for bug 1602081

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/340205
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8ad224d4e6bf40aeb895b526ddcaa5c00011fc46
Submitter: Jenkins
Branch: master

commit 8ad224d4e6bf40aeb895b526ddcaa5c00011fc46
Author: Jamie Lennox <email address hidden>
Date: Mon Jul 11 12:06:41 2016 +1000

    Use from_dict to load context params

    The context objects accepts and ignores unknown keyword arguments. This
    was to allow it to handle the deserialization of parameters it didn't
    understand from the base class' to_dict method. This will make it
    difficult to pass unknown attributes to the base class so fix the
    from_dict method to only accept params it knows about.

    Related-Bug: #1602081
    Change-Id: Ic58a2025680e8e1ba4f8a177d898be457e2c3160