oslo.config/releasenotes/notes/validator-check-defaults-e7b596a2fde781a8.yaml
David Vallee Delisle f2ca66fdc9 Adding --check-defaults to validator
When troubleshooting, it's often interesting to see the deltas between
the default or sample configs and the running configuration. The
oslo_config.validator is a great tool to integrate this feature across
all projects. It can also be easily captured by data collection tools
like sosreports with the current deployment packages.

Change-Id: I172d82f19a81282093b0d5f7ae4c1817801cd887
Signed-off-by: David Vallee Delisle <dvd@redhat.com>
2020-11-24 13:55:33 -05:00

8 lines
314 B
YAML

---
features:
- |
Add a ``--check-defaults`` flag to ``oslo-config-validator``. When set,
``oslo-config-validator`` will compare the ``input-file`` with the sample
generated configuration and flag any discrepancies. It also obeys the
standard ``--exclude-group`` and ``--fatal-warning`` options.