Update git submodules

* Update nova from branch 'master'
  to 95b4ef6fa487bbc79a778230b296162199aeb3b0
  - Merge "Fix: migration configuration with cpu_shared_set (object part)"
  - Fix: migration configuration with cpu_shared_set (object part)
    
    Live migrating to a host with cpu_shared_set configured will now
    update the VM's configuration accordingly.
    
    Example: live migrating a VM from source host with cpu_shared_set=0,1
    to destination host with cpu_shared_set=2,3 will now update the
    VM configuration.
    (<vcpu cpuset="0-1"> will be updated to <vcpu cpuset="2-3">).
    
    This update adds a new field, dst_cpu_shared_set_info, to the
    LibvirtLiveMigrateData object, which requires an increase in the
    object's version. As a result, this patch cannot be backported.
    
    Related-Bug: #1869804
    Change-Id: I806da0958fe436c989e09a52ca6b6f1bbd25a865
This commit is contained in:
Zuul 2024-04-24 19:58:58 +00:00 committed by Gerrit Code Review
parent e9e90e8ffb
commit 94202ec960
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit e2ef2240b1e732b359d29457cc12abc7554fa286
Subproject commit 95b4ef6fa487bbc79a778230b296162199aeb3b0