Hide Forgot
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:
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.