Comment 5 for bug 1630920

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

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

commit cb48d15466643b72931ef43085421a9fb1eaf870
Author: Terry Wilson <email address hidden>
Date: Mon Oct 3 22:32:42 2016 -0500

    set_db_attribute differs between vsctl and native

    On the following:

    b.set_db_attribute('Port', pname, 'other_config', {'a': 'b'})
    b.set_db_attribute('Port', pname, 'other_config', {'c': 'd'})

    will produce different results between the vsctl and native OVSDB
    implementations. vsctl will merge the values into a single dict
    and native will overwrite the dict.

    This patch makes the native implementation mirror vsctl.

    Related-Bug: #1630920
    Change-Id: Ie7680a301b8b3ee8e5654666e2aea78ecbd07a12