Comment 2 for bug 1861502

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

Reviewed: https://review.opendev.org/706152
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ee73b5061813b49bf0cd6aa782848796acbf484b
Submitter: Zuul
Branch: master

commit ee73b5061813b49bf0cd6aa782848796acbf484b
Author: Brian Haley <email address hidden>
Date: Wed Feb 5 17:56:51 2020 -0500

    [OVN] Call OVNClient methods with context when possible

    The OVN maintenance code was not always calling into
    the OVNClient class methods with the correct number of
    arguments, leading to exceptions.

    After a deeper review, there were a number of places
    where this was happening, so changed most methods to
    take a 'context' argument since it's usually available
    in the caller.

    Change-Id: I1bcb0ca68747e4c32523e41307dc132291c55f6d
    Closes-bug: #1861502