masakari/releasenotes/notes/bug-1856164-6601a6e6280eba4d.yaml
Daisuke Suzuki d1850df674 Assign all aggregates to reserved_host
This patch fixes the code that assignes aggregates to the reserved_host.
The existing code only assigned a aggregate that first matched failed
compute host name.
By this fix, all aggregates that ware assigned to the failed host can
be assigned to the reserved_host.

Closes-Bug: #1856164
Change-Id: I8a727e3c50b71a5ad52d58d0ba3bde4f09446748
2021-03-16 21:22:21 +00:00

7 lines
174 B
YAML

---
fixes:
- |
Adds ``reserved_host`` to all aggregates of the failing host, instead of
just the first one.
`LP#1856164 <https://launchpad.net/bugs/1856164>`__