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-nova | Assignee: | 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
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. 4.0 because Grizzly is feature-frozen. I'll do this upstream for Havana. 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.) The oslo patch got in. 2548344ec64 I need to merge it into nova, and then I can do the actual logging level patch. 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. 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. 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. |