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
This commit is contained in:
Krzysztof Klimonda 2019-03-07 14:03:17 +01:00 committed by Gerrit Code Review
parent 5bb9955d1d
commit ede3397c9d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit fa30eaab27ed27e242e16b68db93415a76e0c8a0
Subproject commit 2b6c9a6bba6e948063c44391cc23f4d1fd76900a