]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add 'conf' param for TextGuruMeditation autorun setup
authorIvan Kolodyazhny <e0ne@e0ne.info>
Tue, 16 Feb 2016 16:49:54 +0000 (18:49 +0200)
committerIvan Kolodyazhny <e0ne@e0ne.info>
Tue, 1 Mar 2016 14:41:34 +0000 (16:41 +0200)
commit68a92ea462e9378dcf5d835fda37b1b0001768b7
tree8c294247345031dd5914e1ed7453168ba52f6653
parent686da43b27ebb20af62acf4e48753eafd8e2297f
Add 'conf' param for TextGuruMeditation autorun setup

Guru Meditation Report (GMR) supports report generation to file
in a configured directory. By default it will genarate
report to stdout stream. To configure GMR you have to add the
following section to cinder.conf:

[oslo_reports]
log_dir = '/path/to/logs/dir'

DocImpact
Change-Id: Ia32cae8e4fe937f2512693acb7fcc552f01efa01
Closes-Bug: #1546199
cinder/cmd/all.py
cinder/cmd/api.py
cinder/cmd/backup.py
cinder/cmd/scheduler.py
cinder/cmd/volume.py