6a9f923933
Adds new workflows for setting the deployment status to either success, failed, or deploying. These are useful when interacting with the deployment manually, such as manually running config-download. Change-Id: Ibbe1e9a6776b16078c88b9b2111bf7b774a50161
7 lines
268 B
YAML
7 lines
268 B
YAML
---
|
|
features:
|
|
- New workflows are added for manipulating the deployment status, including
|
|
tripleo.deployment.v1.set_deployment_status_success,
|
|
tripleo.deployment.v1.set_deployment_status_failed, and
|
|
tripleo.deployment.v1.set_deployment_status_deploying.
|