Merge "Handle missing dst_node parameter in zone_migration"

This commit is contained in:
Zuul
2025-05-20 17:14:29 +00:00
committed by Gerrit Code Review
3 changed files with 18 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
---
fixes:
- |
The zone migration strategy no longer requires a dst_node to be passed.
When unspecified, the Nova scheduler will select an appropriate host automatically.
This brings the implementation of the strategy in line with the the api schema
where dest_node is optional.
See: https://bugs.launchpad.net/watcher/+bug/2108988 for more details.