Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 903504

Summary: log level of creating networks/bridges events on host should be info
Product: Red Hat OpenStack Reporter: Ofer Blaut <oblaut>
Component: openstack-novaAssignee: David Ripton <dripton>
Status: CLOSED WONTFIX QA Contact: Ofer Blaut <oblaut>
Severity: low Docs Contact:
Priority: unspecified    
Version: 2.0 (Folsom)CC: dallan, dripton, ndipanov, nobody
Target Milestone: beta   
Target Release: 4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-04 14:11:02 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:
Embargoed:

Description Ofer Blaut 2013-01-24 08:25:48 UTC
Description of problem:

log level of creating networks/bridges events on host should be info 

currently events of creating vlans/bridges ... by nova-compute are in debug level

it should be changes into info level  

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


How reproducible:


Steps to Reproduce:
1. change nova.conf to debug=true
2. create new network and launch VM ( to create the bridge )
3. check brctl / ip addr commands are viewed under /var/log/nova/compute.log 
with Info level 
  
Actual results:


Expected results:


Additional info:

Comment 2 David Ripton 2013-02-28 16:54:41 UTC
This is a feature request, and we're in feature freeze upstream, and Perry said not to do this downstream-only and create divergence, so this needs to wait until upstream reopens for feature changes.  So 3.0.

Comment 3 David Ripton 2013-05-16 13:13:31 UTC
4.0 because Grizzly is feature-frozen.  I'll do this upstream for Havana.

Comment 4 David Ripton 2013-08-08 17:24:01 UTC
The oslo patch is https://review.openstack.org/#/c/40872/

Once that gets in, I can drop the nova patch that depends on it.

(I can't just change LOG.debug to LOG.info because the logging is actually inside a library that comes from oslo.)

Comment 5 David Ripton 2013-08-15 14:44:15 UTC
The oslo patch got in.  2548344ec64

I need to merge it into nova, and then I can do the actual logging level patch.

Comment 6 David Ripton 2013-08-19 17:15:27 UTC
The oslo patch was merged to nova in 599af3570a

The patch to use INFO rather than debug for brctl and significant 'ip addr' commands is https://review.openstack.org/#/c/42689/

I also created a launchpad bug for this, which is in the External Tracker field.

Comment 7 David Ripton 2013-08-29 14:10:56 UTC
This got a -1 upstream as creating too much noise in the logs.  Looks unlikely to get in, unless someone makes a strong evidence-based argument for it in Gerrit.

Comment 8 David Ripton 2013-09-04 14:11:02 UTC
This got a -2 upstream.  Not because of a problem with the code, but because two core reviewers think it's too much noise in the logs.  So you have to continue to set the loglevel to DEBUG manually in nova.conf.  Setting to WONTFIX.