Comment 4 for bug 1844491

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

Reviewed: https://review.opendev.org/682825
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=4c42313b894d127bc3c7984f15130652204c8513
Submitter: Zuul
Branch: master

commit 4c42313b894d127bc3c7984f15130652204c8513
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