Comment 8 for bug 1630920

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

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

commit 3d500d36608e83d202c1a6c8438ea5961a7debe1
Author: Terry Wilson <email address hidden>
Date: Thu Oct 6 21:52:56 2016 -0500

    Only send string values to OVSDB other_config column

    The other_config columns in OVSDB are defined as maps with string
    keys and string values. The OVS agent was passing an integer
    segmentation id and could pass None as the physical_network.
    Unfortunately, the upstream Python OVS library does not pass the
    exceptions through to us.

    Change-Id: Iafa6be3749b1ee863f5fa71150c708fc46951510
    Closes-Bug: #1630920