tripleo-heat-templates/releasenotes/notes/nova_run_cell_discovery_on_each_run-11dbb6096ebbf51b.yaml
Martin Schuppert 2c07850699 Run nova_cell_v2_discover_hosts.py on every deploy run
Change I1a159a7c2ac286373df2b7c566426b37b7734961 moved the dicovery
to run on a single compute host to not race on simultanious nova-manage
commands. This change make sure we run the discover on every deploy run
which is required for scaling up events.

Change-Id: Iba7a4aeeeeb94ffbbaf4bb757672091807301494
Related-bug: 1824445
(cherry picked from commit dfc99bad085f7d49d57c8a8ea299a9ffd06cacd6)
2019-04-27 06:32:36 +00:00

8 lines
290 B
YAML

---
fixes:
- |
Change-Id: I1a159a7c2ac286373df2b7c566426b37b7734961 moved the dicovery
to run on a single compute host to not race on simultanious nova-manage
commands. This change make sure we run the discover on every deploy run
which is required for scaling up events.