Update git submodules

* Update nova from branch 'master'
  to d29a9b64eeef03f5a567dd68392f35f6c0525e01
  - Merge "Make compute node rebalance safer"
  - Make compute node rebalance safer
    
    Many bugs around nova-compute rebalancing are focused around
    problems when the compute node and placement resources are
    deleted, and sometimes they never get re-created.
    
    To limit this class of bugs, we add a check to ensure a compute
    node is only ever deleted when it is known to have been deleted
    in Ironic.
    
    There is a risk this might leave orphaned compute nodes and
    resource providers that need manual clean up because users
    do not want to delete the node in Ironic, but are removing it
    from nova management. But on balance, it seems safer to leave
    these cases up to the operator to resolve manually, and collect
    feedback on how to better help those users.
    
    blueprint ironic-shards
    
    Change-Id: I2bc77cbb77c2dd5584368563dc4250d71913906b
This commit is contained in:
Zuul 2024-02-29 18:48:28 +00:00 committed by Gerrit Code Review
parent 89fd806c6e
commit c4479fc0d7
1 changed files with 1 additions and 1 deletions

2
nova

@ -1 +1 @@
Subproject commit b6dc43183160049cf5379a8bfa427587552197a5
Subproject commit d29a9b64eeef03f5a567dd68392f35f6c0525e01