Bug 1346054
| Summary: | python-hardware-detect missing dependency[osp-10] | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Dimitri Savineau <dsavinea> | |
| Component: | python-hardware | Assignee: | Steve Linabery <slinaber> | |
| Status: | CLOSED ERRATA | QA Contact: | Dmitry Tantsur <dtantsur> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 8.0 (Liberty) | CC: | dtantsur, hbrock, jschluet, jslagle, mburns, nlevinki, rhel-osp-director-maint, sclewis | |
| Target Milestone: | beta | Keywords: | Triaged | |
| Target Release: | 10.0 (Newton) | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | python-hardware-0.17.1-0.20160614153452.790d92a.el7ost | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1346275 (view as bug list) | Environment: | ||
| Last Closed: | 2016-12-14 15:39:08 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: | ||||
| Bug Blocks: | 1346275, 1346277 | |||
https://review.rdoproject.org/r/#/c/1390/ - for rpm master merged The dependency is present in a recent puddle: [stack@host07 ~]$ rpm -q python-hardware-detect python-hardware-detect-0.18.1-0.20161003155245.e36c931.el7ost.noarch [stack@host07 ~]$ rpm -qR python-hardware-detect | grep pbr python-pbr I can also verity that the command works as expected, both locally and on the introspection ramdisk. 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/RHEA-2016-2948.html |
Description of problem: Can't run hardware-detect Version-Release number of selected component (if applicable): # rpm -qa python-hardware-detect python-hardware-detect-0.17-6.el7ost.noarch How reproducible: 100% Steps to Reproduce: 1. install the package 2. run the hardware detection Actual results: # yum install -y python-hardware-detect # hardware-detect Traceback (most recent call last): File "/bin/hardware-detect", line 6, in <module> from hardware.detect import main File "/usr/lib/python2.7/site-packages/hardware/__init__.py", line 15, in <module> import pbr.version ImportError: No module named pbr.version Expected results: A working hardware detection Additional info: Installing python-pbr package solves the issue