nova/releasenotes/notes/heal-allocations-dry-run-1761fab00f7967d1.yaml
Matt Riedemann ded3e4d900 Add --dry-run option to heal_allocations CLI
This resolves one of the TODOs in the heal_allocations CLI
by adding a --dry-run option which will still print the output
as we process instances but not commit any allocation changes
to placement, just print out that they would happen.

Change-Id: Ide31957306602c1f306ebfa48d6e95f48b1e8ead
2019-04-11 18:15:09 -04:00

7 lines
213 B
YAML

---
other:
- |
A ``--dry-run`` option has been added to the
``nova-manage placement heal_allocations`` CLI which allows running the
command to get output without committing any changes to placement.