manila/releasenotes/notes/use-oslo-logging-for-config-options-388da64bb4ce45db.yaml
Dustin Schoenbrun 3d7909deb2 Log config options with oslo.config
This removes some custom code inherited from Cinder which was handling
the output of secret options in a bad way. This patch utilizes Oslo's
existing utilities to output the Manila configuration options securely.

Filtering will be done with the "secret=True" option flag.

Major thanks to Eric Harney for introducing this fix to Cinder.

Change-Id: I894e011680661c0b73b9592f70a6457e403f18c6
Related-Bug: #1750074
2018-03-13 13:36:24 +00:00

6 lines
105 B
YAML

---
fixes:
- Use Oslo's logging features to securely output the configuration options
for Manila.