summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDavid Vallee Delisle <dvd@redhat.com>2020-10-22 21:14:20 -0400
committerDavid Vallee Delisle <dvd@redhat.com>2020-11-24 13:55:33 -0500
commitf2ca66fdc94faaff7ebe6b7962723bf06793df5f (patch)
tree48df2772c662eccd7c4b181a657907ad44cfdbf4 /releasenotes
parent8f667f8e3dc05bb5839cc4890bf2d7e36e780d7b (diff)
downloadoslo-config-f2ca66fdc94faaff7ebe6b7962723bf06793df5f.tar.gz
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>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/validator-check-defaults-e7b596a2fde781a8.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/validator-check-defaults-e7b596a2fde781a8.yaml b/releasenotes/notes/validator-check-defaults-e7b596a2fde781a8.yaml
new file mode 100644
index 0000000..3fdbfe6
--- /dev/null
+++ b/releasenotes/notes/validator-check-defaults-e7b596a2fde781a8.yaml
@@ -0,0 +1,7 @@
+---
+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.