72f5762e45
This patch adds handling and checking of any instances of the workflow tripleo.deployment.v1.config_download_deploy already in progress for the current stack. It will prevent duplicate instances of the same workflow being started and running at the same time. It will allow for multiple instances of the workflow running at the same time as long as they are for different stacks. Change-Id: Ic8dbf28b5796ff998165b6b73b941f21c65f1dfa Closes-Bug: #1852314
7 lines
236 B
YAML
7 lines
236 B
YAML
---
|
|
fixes:
|
|
- The client (tripleoclient) now raises a new exception,
|
|
ConfigDownloadInProgress, if there is already an instance of the
|
|
tripleo.deployment.v1.config_download_deploy workflow in progress for the
|
|
current stack.
|