oslo.config/releasenotes/notes/config-validator-256817f2183994fd.yaml
Ben Nemec 1f17b823e0 Add release note and documentation for config validator
Change-Id: Id23d7bbb38c6780621f09b2e24c0cc88831bdb1a
2018-09-26 19:49:43 +00:00

10 lines
452 B
YAML

---
features:
- |
A validator for config files is now available. When run against a config
file, it will report an error for any options present that aren't defined
in the service and will report a warning for any deprecated options in
the file. In order to discover the available options for a service, it
can either use the sample config generator configuration file or a
machine-readable sample config generated elsewhere.