Comment 6 for bug 1844491

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-ovn (stable/queens)

Reviewed: https://review.opendev.org/683965
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=b67406f27038c7f91bf42ba542b7fc409a2a33bd
Submitter: Zuul
Branch: stable/queens

commit b67406f27038c7f91bf42ba542b7fc409a2a33bd
Author: Maciej Józefczyk <email address hidden>
Date: Wed Sep 18 08:09:25 2019 +0000

    Fix for getting port groups while using OVS up to 2.9

    Functions get_port_group() and get_port_groups() were failing
    with KeyError while getting to access non-existent Port_Group
    table with OVS 2.9.

    This patch adds additional check if Port Group is supported in the
    env where the code runs.

    Change-Id: If3ce6ab1d1318a6d5142989b3bf45ecce97762e3
    Closes-Bug: #1844491
    (cherry picked from commit 501d48b181b1d93ac634021860aff708ff9d940e)