982c22dd46
The ML2/OVN driver wasn't handling updates to the segmentation ID for a given network. This patch fixes this problem. This patch extends the _update_segmentation_id() method to check on drivers which does not inherits from AgentMechanismDriverBase, which is the case of OVN (which inherits from MechanismDriver). A new method is now called for those drivers to get a list of supported VIF types, called get_supported_vif_types(). Closes-Bug: #1944708 Change-Id: Ibe08bfbc2efc55b9d628cdd0605941b7486186b6 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
8 lines
246 B
YAML
8 lines
246 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue in the ML2/OVN driver where the network
|
|
segment tag was not being updated in the OVN Northbound
|
|
database. For more information, see bug `1944708
|
|
<https://bugs.launchpad.net/neutron/+bug/1944708>`_.
|