Add oslo.log to genconfig

Adds the oslo.log entry point to config-generator.conf so our docs get
the logging config options emitted.

Change-Id: I1d84754cf46852dbd15eeec4a7a244632fd78484
Story: 2005264
Task: 30077
This commit is contained in:
Eric Fried 2019-03-19 09:45:43 -05:00
parent 394dfadcb9
commit 94e99020d4
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@ output_file = etc/placement/placement.conf.sample
wrap_width = 80
namespace = placement.conf
namespace = keystonemiddleware.auth_token
namespace = oslo.log
# FIXME(mriedem): There are likely other missing 3rd party oslo library
# options that should show up in the placement.conf docs, like oslo.policy.