Ceilometer configuration.rst file not using correct parameter names for logging
Bug #1171905 reported by
Tong Li
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceilometer |
Fix Released
|
Medium
|
Tong Li | ||
Grizzly |
Fix Committed
|
Medium
|
Eoghan Glynn |
Bug Description
configuration.rst file lists all the configuration parameters for ceilometer configuration. However, for logging the parameter should be log_dir and log_file, but currently it is logdir and logfile.
Also there should be a link in configuration.rst file to point a user to the configuration sample document.
Changed in ceilometer: | |
assignee: | nobody → Tong Li (litong01) |
Changed in ceilometer: | |
status: | New → In Progress |
tags: | added: grizzly-backport-potential |
Changed in ceilometer: | |
milestone: | none → 2013.1.1 |
milestone: | 2013.1.1 → none |
tags: | removed: grizzly-backport-potential |
Changed in ceilometer: | |
importance: | Undecided → Medium |
Changed in ceilometer: | |
milestone: | none → havana-1 |
status: | Fix Committed → Fix Released |
Changed in ceilometer: | |
milestone: | havana-1 → 2013.2 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/27356 github. com/openstack/ ceilometer/ commit/ 09fec9d837e8d2f b5d451c50b2fe3e 468e5f8acc
Committed: http://
Submitter: Jenkins
Branch: master
commit 09fec9d837e8d2f b5d451c50b2fe3e 468e5f8acc
Author: Tong Li <email address hidden>
Date: Thu Apr 25 11:30:44 2013 -0400
Ceilometer configuration.rst file not using right param names for logging
configurati on.rst file lists all the configuration parameters for ceilometer
configuration. However, for logging, these parameter names should be log_dir
and log_file, but currently it is logdir and logfile.
The table also misses log_config.
There should be a link in configuration.rst file to point a user to the
sample configuration file.
Change-Id: Ic96f303ee7e30f af23c0a6433af5c b5111d35616
fixes: bug #1171905