Update git submodules

* Update nova from branch 'master'
  to 93a65f06df67ce39d65827692150c78013c7f6d5
  - Merge "Record SRIOV PF MAC in the binding profile"
  - Record SRIOV PF MAC in the binding profile
    
    Today Nova updates the mac_address of a direct-physical port to reflect
    the MAC address of the physical device the port is bound to. But this
    can only be done before the port is bound. However during migration Nova
    does not update the MAC when the port is bound to a different physical
    device on the destination host.
    
    This patch extends the libvirt virt driver to provide the MAC address of
    the PF in the pci_info returned to the resource tracker. This
    information will be then persisted in the extra_info field of the
    PciDevice object.
    
    Then the port update logic during migration, resize, live
    migration, evacuation and unshelve is also extended to record the MAC of
    physical device in the port binding profile according to the device on
    the destination host.
    
    The related neutron change Ib0638f5db69cb92daf6932890cb89e83cf84f295
    uses this info from the binding profile to update the mac_address field
    of the port when the binding is activated.
    
    Closes-Bug: #1942329
    
    Change-Id: Iad5e70b43a65c076134e1874cb8e75d1ba214fde
This commit is contained in:
Zuul 2022-06-13 17:25:16 +00:00 committed by Gerrit Code Review
parent 2ed1790f6b
commit 83fa3b5ce7
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit d86916360858daa06164ebc0d012b78d19ae6497
Subproject commit 93a65f06df67ce39d65827692150c78013c7f6d5