tripleo-heat-templates/releasenotes/notes/nova_run_cell_discovery_on_each_run-11dbb6096ebbf51b.yaml
Martin Schuppert dfc99bad08 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
2019-04-26 13:58:23 +02: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.