Reviewed: https://review.opendev.org/c/openstack/neutron/+/882857 Committed: https://opendev.org/openstack/neutron/commit/043a8ecad922caa5bdc36f13439f48bf46ed92dd Submitter: "Zuul (22348)" Branch: master
commit 043a8ecad922caa5bdc36f13439f48bf46ed92dd Author: Rodolfo Alonso Hernandez <[email protected]> Date: Wed May 10 03:09:00 2023 +0200 [OVN] Use the API context in ``OVNClient._add_router_ext_gw`` method The method `OVNClient._add_router_ext_gw`` must use the API context passed instead of creating an admin one. Closes-Bug: #2019132 Change-Id: If2a46f1e0c3b279dee4863e9c952f19c1e246571 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2019132 Title: [OVN] ``OVNClient._add_router_ext_gw`` should use the context passed by the API call Status in neutron: Fix Released Bug description: ``OVNClient._add_router_ext_gw`` should use the context passed by the API call. Instead of this, now is generating an admin context. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/2019132/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

