python-tripleoclient/releasenotes/notes/inflight-validation-option-9e3f70b5bcb8dea9.yaml
Cédric Jeanneret bf48dbc844 Adds new "--no-inflight-validations" option to deploy CLI
This provides an independant way to activate or not the in-flight
validations within a deploy.
The default is to have them running, and this option allows to
deactivate the in-flight ones.

Change-Id: I81e934e2978cad4e2713d54e19a57c84a6ac0b52
2019-08-15 11:44:32 +02:00

6 lines
174 B
YAML

---
features:
- |
Introduce new "--no-inflight-validations" option in order to deactivate
those validations. It defaults to "False", since we want them by default.