python-tripleoclient/releasenotes/notes/validations-in-workflows-021f93404f3a222e.yaml
Brad P. Crochet 094f7d4a43 Call pre-deployment checks in workflows
Remove the old pre-deployment checks code that is now in a
workflow, and call that workflow.

Change-Id: I853309b4edec54e5c84b07b28d32f6839e4a2690
Depends-On: Ic28b91e408b957c850f631759bd4c1b4df86dba3
Closes-Bug: #1638697
2017-03-28 13:46:18 -04:00

10 lines
306 B
YAML

---
features:
- Pre-deployment checks are now being called in a
workflow. This simplifies the client, and removes
code that does not need to be in the client.
fixes:
- Fixes `bug 1638697
<https://bugs.launchpad.net/tripleo/+bug/1638607>`__ Moves the
pre-deployment checks to workflows.