commit 877d4ac5e1a5169aff5a39ce12d8a12749bfb305 Author: Flavio Fernandes Date: Tue Sep 29 15:12:30 2020 -0400 Update git submodules * Update ovn-octavia-provider from branch 'master' - Fix and enable test_port_forwarding This test began failing because of inconsistencies in the in-memory neutron db that occur since the change https://review.opendev.org/#/c/750295/ got merged. The failure observed was that an entry in the port forwarding table was created but never got added as a row. When the get operation for the entry created happened, it raised a not found exception. To avoid this situation the test will now use OS_TEST_DBAPI_ADMIN_CONNECTION=sqlite:///sqlite.db This reverts commit 481f0b3b3c6014c23b9619b6c361754d0185dce1. Related-bug: #1894117 Closes-bug: #1896678 Co-Authored-By: Jakub Libosvar Change-Id: Ic753232ee576fb8b663af5c4a68635bb40a40edc diff --git a/ovn-octavia-provider b/ovn-octavia-provider index a6775f9..b68d2a7 160000 --- a/ovn-octavia-provider +++ b/ovn-octavia-provider @@ -1 +1 @@ -Subproject commit a6775f9859d4f89e511f6d29c80c1fde2ef3f819 +Subproject commit b68d2a78a4b34497e376a7be545a20a23d036191