Update git submodules

* Update neutron from branch 'master'
  - Merge "Remove unnecessary check if agent object from db is not None"
  - Remove unnecessary check if agent object from db is not None
    
    In create_fip_agent_gw_port_if_not_exists() method in
    neutron.db.l3_dvr_db module, there was unnecessary check if
    object returned from _get_agent_by_type_and_host() method
    is not None or not empty dict.
    But in fact this method will always return not empty dict or
    raise an AgentNotFoundByTypeHost exception which is already
    properly handled.
    
    TrivialFix
    
    Change-Id: I71379e21a307326d6fca5798a588630ed3ff5263
This commit is contained in:
Zuul 2020-06-10 03:10:09 +00:00 committed by Gerrit Code Review
parent b9a7316d22
commit 7951cc26ae
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5c303bd81b513afbb35225825a055098d730f90b
Subproject commit 344d43ec0a46e5df50f1b3138c33f1a8c95863c2