Merge "Clarify intended use case for oslo.config environment driver"

This commit is contained in:
Zuul 2019-03-22 18:54:42 +00:00 committed by Gerrit Code Review
commit de44324d14
1 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,9 @@ cycle-highlights:
on-disk config files to any Castellan-compatible keystore. This driver
lives in the Castellan project, so Castellan must be installed in order to
use it.
- Added a config driver to read config values from environment variables.
This driver is enabled by default in oslo.config.
- Added a config driver to read values from environment variables, which
allows configuration of services in containers without needing to
inject a file. This driver is enabled by default in oslo.config.
- Added a config validation tool, ``oslo-config-validator``. This uses the
oslo-config-generator data to find options in a config file that are
not defined in the service.