Bug 1021184

Summary: debug/verbose flags for nova and ceilometer
Product: [Community] RDO Reporter: Florian La Roche <florian.laroche>
Component: openstack-packstackAssignee: Francesco Vollero <fvollero>
Status: CLOSED WONTFIX QA Contact: Nir Magnezi <nmagnezi>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: aortega, derekh, eglynn, mmagr, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-21 15:40:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Florian La Roche 2013-10-20 08:23:22 UTC
Description of problem:

An RDO installation of the newest havana rpms leeds to
/etc/nova/nova.conf with "debug" set to True and also
/etc/ceilometer/ceilometer.conf with verbose set to True.

Version-Release number of selected component (if applicable):


How reproducible:

# grep ^debug /etc/nova/nova.conf 
debug=True
# grep ^verbose /etc/ceilometer/ceilometer.conf 
verbose=True



Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Francesco Vollero 2013-11-21 15:38:51 UTC
Hi, 

there is an explanation for those flags: 

nova without debug will not return any log so it would be impossible to catch errors.

In ceilometer, the verbose flag, is common, to catch also the WARNINGS other than just INFO messages.