| Summary: | os-apply-config needs to pull python-six | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Attila Fazekas <afazekas> |
| Component: | os-apply-config | Assignee: | Mike Burns <mburns> |
| Status: | CLOSED ERRATA | QA Contact: | Ola Pavlenko <opavlenk> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 (Liberty) | CC: | achernet, mburns, rhel-osp-director-maint |
| Target Milestone: | ga | ||
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | os-apply-config-0.1.32-4.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-07 21:46:13 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: | |
This is really a very low severity. python-six is such a base dependency that removing it removes about 50 other packages that are critical. That said, it's a trivial fix, so I'll knock it out now. os-apply-config-0.1.32-4.el7ost.noarch python-six-1.9.0-2.el7.noarch 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-0604.html |
Description of problem: $ os-apply-config Traceback (most recent call last): File "/usr/bin/os-apply-config", line 6, in <module> from os_apply_config.apply_config import main File "/usr/lib/python2.7/site-packages/os_apply_config/apply_config.py", line 29, in <module> from os_apply_config import oac_file File "/usr/lib/python2.7/site-packages/os_apply_config/oac_file.py", line 19, in <module> import tox ImportError: No module named six Version-Release number of selected component (if applicable): 0.1.32-3.el7ost How reproducible: Steps to Reproduce: 1. yum remove python-tox 2. yum install os-apply-config 3. os-apply-config Actual results: Dependency is missing Expected results: os-apply-config pulls python-six