| Summary: | Remove runtime dependency on python-pbr | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Xavier Queralt <xqueralt> |
| Component: | openstack-neutron | Assignee: | Alan Pevec <apevec> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ofer Blaut <oblaut> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | chrisw, lars, ndipanov, twilson |
| Target Milestone: | RC | ||
| Target Release: | Havana | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-03-18 19:46:50 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
Xavier Queralt
2013-09-10 13:11:06 UTC
It seems that this bug can be worked around by manually installing python-pbr on the affected fedora system, and then running packstack. openstack-neutron-2013.2-0.8.b3.fc20 just includes the Requires: python-pbr to work around the issue (the el6 builds have done this for a long time now). I'll leave this open to remind me to look into removing the runtime dependency, but to be honest distro-specific patches for something like this kind of irritate me since python-pbr actually is packaged. Yeah, you can reduce it to a BuildRequires, but if it is a bad idea to use something for getting the version info at runtime, then that should really just be fixed upstream IMHO. > should really just be fixed upstream Fix is coming, I hope for Icehouse: https://github.com/openstack/oslo.version So PBR as runtime dep will be just a historical anecdote. Neutron no longer requires python-pbr at runtime. |