Comment 2 for bug 1554076

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

Reviewed: https://review.openstack.org/289362
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=d3386d3e97fa7ff5cf1a0bbb25a6cfed88427d69
Submitter: Jenkins
Branch: master

commit d3386d3e97fa7ff5cf1a0bbb25a6cfed88427d69
Author: Ihar Hrachyshka <email address hidden>
Date: Mon Mar 7 15:36:38 2016 +0100

    Uncouple lbaas object models from neutron core plugin results

    Since I6e1ef53d7aae7d04a5485810cc1db0a8eb125953, subnets have
    'description' field. We should accommodate for it on lbaas side.

    Instead of introducing yet another field for lbaas object, make base
    class filter out unknown fields in from_dict() before passing them into
    __init__.

    Change-Id: Ib00f61cfbc13bf934c31eb476039728830e79e92
    Closes-Bug: #1554076