python-tripleoclient/releasenotes/notes/get_rid_of_mistral_for_listing_validations-1e9dedf33675f1d6.yaml
Gael Chamoulaud 746b97f19a
Get rid of Mistral for listing validations
Until now, we were using Mistral to get all the validations available on
the Undercloud. This patch drops the Mistral support for the validations
listing through the CLI and will parse them directly on the filesystem
instead of parsing from the *tripleo-validations* Swift container.

This change makes the CLI faster:
- ~6s with Mistral
- ~1.3s w/o Mistral

Change-Id: I5730fb2e23775f1d666276b6b4d46bcb550fc928
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2019-11-08 13:38:41 +01:00

7 lines
248 B
YAML

---
deprecations:
- |
The TripleO Validator was using Mistral to get all the Validations available
on the Undercloud. From now, The CLI is parsing the Validations directly
from the filesystem and the Mistral support has been removed.