From ede3397c9d5c8a589fe79c715d950ea481e6d699 Mon Sep 17 00:00:00 2001 From: Krzysztof Klimonda Date: Thu, 7 Mar 2019 14:03:17 +0100 Subject: [PATCH] Update git submodules * Update networking-midonet from branch 'master' - Add DNSDbMixin to MidonetL3ServicePlugin to fix DNS support When designate service is enabled, operations on floating IPs (like assignments) fail with the following error: ----8<----8<---- [...] File "midonet/neutron/services/l3/l3_midonet.py", line 255, in update_floatingip context, id, floatingip) File "neutron/db/l3_db.py", line 1889, in update_floatingip context, id, floatingip) File "neutron/db/l3_db.py", line 1336, in _update_floatingip dns_data = self._process_dns_floatingip_update_precommit( AttributeError: 'MidonetL3ServicePlugin' object has no attribute '_process_dns_floatingip_update_precommit' ----8<----8<---- This method is implemented by neutron.db.dns_db.DNSDbMixin, so make sure that we add that mixin to MidonetL3ServicePlugin. Change-Id: Ief2e529ce84a8fe8aec991921df73f510a85b835 Closes-Bug: #1542993 --- networking-midonet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking-midonet b/networking-midonet index fa30eaab27..2b6c9a6bba 160000 --- a/networking-midonet +++ b/networking-midonet @@ -1 +1 @@ -Subproject commit fa30eaab27ed27e242e16b68db93415a76e0c8a0 +Subproject commit 2b6c9a6bba6e948063c44391cc23f4d1fd76900a