Add osprofiler config options to generated reference

osprofiler is optional, but if it's installed we'll
load up the configuration options from the library,
but they weren't in the generated config sample so
people would have to find the osprofiler docs, or
worse the code, to figure out how to configure it.

This simply adds the osprofiler config options to the
nova config sample, which will also show up in the
config reference docs.

Change-Id: I28d35165ed77487cd49d560fb1eda4f1d640734e
Closes-Bug: #1774208
This commit is contained in:
Matt Riedemann 2018-05-30 11:16:45 -04:00
parent f64e6eada3
commit dee92e6876
2 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,6 @@ reno>=2.5.0 # Apache-2.0
# redirect tests in docs
whereto>=0.3.0 # Apache-2.0
# needed to generate osprofiler config options
osprofiler>=1.4.0 # Apache-2.0

View File

@ -12,3 +12,4 @@ namespace = oslo.db.concurrency
namespace = oslo.middleware
namespace = oslo.concurrency
namespace = keystonemiddleware.auth_token
namespace = osprofiler