Bug 1257271
| Summary: | Fix logging version in neutron logs coming from pbr | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jakub Libosvar <jlibosva> |
| Component: | openstack-neutron | Assignee: | Jakub Libosvar <jlibosva> |
| Status: | CLOSED ERRATA | QA Contact: | Ofer Blaut <oblaut> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | low | ||
| Version: | 6.0 (Juno) | CC: | chrisw, ihrachys, jlibosva, nyechiel, oblaut, sclewis, yeylon |
| Target Milestone: | z5 | Keywords: | Triaged, ZStream |
| Target Release: | 6.0 (Juno) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-neutron-2014.2.3-15.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1257270 | Environment: | |
| Last Closed: | 2015-10-29 11:39:03 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: | |||
| Bug Depends On: | 1257270 | ||
| Bug Blocks: | |||
|
Comment 3
Ihar Hrachyshka
2015-08-26 16:00:33 UTC
(In reply to Ihar Hrachyshka from comment #3) > Do we need it for rhos5 too? Possibly, we can clone the original bug for RHOS 5 too. Can we still slip it into A5? I believe the bug is fixed? I built a package with the patch to use pbr version. If it's indeed enough for the bug, please move to MODIFIED. (In reply to Ihar Hrachyshka from comment #6) > I believe the bug is fixed? I built a package with the patch to use pbr > version. If it's indeed enough for the bug, please move to MODIFIED. I don't consider this fixed. As per code in current state we will get message "neutron-server version 12.el7ost" which is not the intended message. We need to either rely on pbr like we do for OSP7 or accommodate neutron/version.py to current approach that uses 'sed' on version.py during package build time. tested 2015-10-18 04:10:12.077 10310 INFO neutron.common.config [-] /usr/bin/neutron-server version 2014.2.3-23.el7ost Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1950.html |