Update git submodules

* Update nova from branch 'master'
  to ef069d928a45116da904ec3deb38cc1303e91b18
  - Merge "pwr mgmt: handle live migrations correctly"
  - pwr mgmt: handle live migrations correctly
    
    Previously, live migrations completely ignored CPU power management.
    This patch makes sure that we correctly:
    
    * Power up the cores on the destination during pre_live_migration, as
      we need them powered up before the instance starts on the
      destination.
    * If the live migration is successful, power down the vacated cores on
      the source.
    * In case of a rollback, power down the cores previously powered up on
      pre_live_migration.
    
    Closes-bug: 2056613
    Change-Id: I787bd7807950370cd865f29b95989d489d4826d0
This commit is contained in:
Zuul 2024-03-14 00:06:51 +00:00 committed by Gerrit Code Review
parent 46ab3b256c
commit 10eaea8466
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit b10cca028233e0d340a6dca088eb739fedb68082
Subproject commit ef069d928a45116da904ec3deb38cc1303e91b18