Comment 33 for bug 1494281

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

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

commit 51f6b2e1c9c2f5f5106b9ae8316e57750f09d7c9
Author: Thomas Herve <email address hidden>
Date: Tue Oct 20 15:42:59 2015 +0200

    Properly handle segmentation_id in OVS agent

    The segmentation_id of a OVS VLAN can be None, but a recent change
    assumed that it was always an integer. It highlighted the fact that we
    try to store None in the OVS database, which got stored as a string.
    This fixes the storage, and handles loading the value while keeping
    compatibility.

    Change-Id: I6e7df1406c90ddde254467bb87ff1507a4caaadd
    Closes-Bug: #1494281