Update git submodules

* Update neutron from branch 'master'
  - Merge "Fix update of network's segmentation id"
  - Fix update of network's segmentation id
    
    In patch [1] there was added usage of context parameter in method
    get_vif_type in openvswitch mech_driver.
    This exposed that previously "wrong" context was passed to this method
    in _update_segmentation_id() method in ml2 plugin and that caused
    raising AttributeError as "Context" object didn't have attribute
    'current'.
    
    This patch adds new method "get_supported_vif_type" to mechanism
    drivers and this method don't need context to return what vif_types
    are supported regarding agent type.
    
    [1] https://review.opendev.org/#/c/658784/
    
    Change-Id: Ic6c738db28208e5009f78bb52598eb3c141f639f
    Related-Bug: #1832985
This commit is contained in:
Zuul 2019-06-26 20:58:10 +00:00 committed by Gerrit Code Review
parent d14fcec257
commit 643bfb3be2
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 44b0cae16bb049adcc5b086a5cbe79d9db07a03c
Subproject commit d35dd9c9c8c1d9a2aa7e1bcf1849792d2b6b2c2a