Bug 974382
| Summary: | cannot import RHEL4 | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Dan Callaghan <dcallagh> |
| Component: | lab controller | Assignee: | beaker-dev-list |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 0.12 | CC: | asaha, dcallagh, llim, qwan, rglasz, rmancy, xjia |
| Target Milestone: | HOTFIX | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | DistroManagement | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-07-15 06:34:14 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: | |||
http://gerrit.beaker-project.org/#/c/2026/ This was a simple one line fix. Unfortunately the test took a bit longer This was fixed in Beaker 0.13.1 |
Cannot import RHEL4. Tested using Beaker 0.13 but we suspect this is a regression in 0.12. Traceback (most recent call last): File "/usr/bin/beaker-import", line 9, in <module> load_entry_point('bkr.labcontroller==0.13.0', 'console_scripts', 'beaker-import')() File "/usr/lib/python2.6/site-packages/bkr/labcontroller/distro_import.py", line 1880, in main build.process(urls, opts) File "/usr/lib/python2.6/site-packages/bkr/labcontroller/distro_import.py", line 284, in process build.process(urls_arch, options) File "/usr/lib/python2.6/site-packages/bkr/labcontroller/distro_import.py", line 756, in process self.tree['repos'] = self.find_repos() + common_repos File "/usr/lib/python2.6/site-packages/bkr/labcontroller/distro_import.py", line 893, in find_repos repos = super(TreeInfoLegacy, self).find_repos(*args, **kw) AttributeError: 'super' object has no attribute 'find_repos'