File: config-validator-256817f2183994fd.yaml

package info (click to toggle)
python-oslo.config 1%3A8.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,192 kB
  • sloc: python: 10,740; makefile: 30; sh: 10
file content (9 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
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.