summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKaifeng Wang <kaifeng.w@gmail.com>2020-04-18 14:35:21 +0800
committerKaifeng Wang <kaifeng.w@gmail.com>2020-04-20 09:00:03 +0800
commitdcc049768bc30c093637705a81acae5eefbde833 (patch)
tree52dcb9cc0c6480fb14b88ff873210244f89df32c /tools
parent7afd1698b991d2045e1080ec5ff1a0019571a431 (diff)
downloadironic-dcc049768bc30c093637705a81acae5eefbde833.tar.gz
Fixes unusable Guru meditation report
GMR requires configuring a path for storing the report via [oslo_reports]log_dir, this is empty by default, and currently there is no means to specify this option, thus doesn't respond with SIGUSR2. Though gmr is optional, test requirement is still required so that we can generate proper configuration sample for it. Story: 2007570 Task: 39467 Change-Id: I0f03e9d01a3c4e42a4fc8bf2d8ceb2d1a587056c
Diffstat (limited to 'tools')
-rw-r--r--tools/config/ironic-config-generator.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/config/ironic-config-generator.conf b/tools/config/ironic-config-generator.conf
index def7f4f70..a14a0ec32 100644
--- a/tools/config/ironic-config-generator.conf
+++ b/tools/config/ironic-config-generator.conf
@@ -17,6 +17,7 @@ namespace = oslo.middleware.http_proxy_to_wsgi
namespace = oslo.concurrency
namespace = oslo.policy
namespace = oslo.log
+namespace = oslo.reports
namespace = oslo.service.service
namespace = oslo.service.periodic_task
namespace = oslo.service.sslutils