summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2018-05-11 21:50:05 +0000
committerBen Nemec <bnemec@redhat.com>2018-09-26 19:49:14 +0000
commit9362ccfa1ad909246eefa171397e7b9ef5ee6db6 (patch)
tree7b0a7cc38e02beb99d3f23429b96f0414f6c93df /setup.cfg
parent3e7eecc9f43e4b326018c09d6976489ba5b0d098 (diff)
downloadoslo-config-9362ccfa1ad909246eefa171397e7b9ef5ee6db6.tar.gz
Simple config validator
This is a very basic config validator that just reads the provided config file and compares it with the machine readable sample config data from the config generator to find any options that are not defined in the project. It will also warn about deprecated options in use in the provided file. Change-Id: I410b16ffcfb069140bd51dffaba7d56eada1a7e9
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 9df6c52..99c2bc6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,6 +30,7 @@ setup-hooks =
[entry_points]
console_scripts =
oslo-config-generator = oslo_config.generator:main
+ oslo-config-validator = oslo_config.validator:main
oslo.config.opts =
oslo.config = oslo_config._list_opts:list_opts