| Summary: | Packstack requires Python packages not available in RHEL6 | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Martina Kollarova <mkollaro> |
| Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> |
| Status: | CLOSED NOTABUG | QA Contact: | Nir Magnezi <nmagnezi> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | aortega, derekh, mkollaro, ncredi |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-03 17:36:43 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
Martina Kollarova
2013-09-03 17:03:57 UTC
RDO requires EPEL to function. Packstack in RDO enables EPEL by default. The above packages are available in EPEL python-amqplib.noarch 0.6.1-2.el6 python-kombu.noarch 1.1.3-1.el6 python-pbr.noarch 0.5.19-2.el6 @mmagr, is Packstack not enabling EPEL properly? @mkollaro, can you confirm that packstack put a file in /etc/yum.repos.d/epel.repo into place and that repo is enabled? What do you get if you do: sudo yum list python-kombu --enablerepo=epel ? Alright, I found the culprit. The epel repo was enabled, but there was a whitelist of packages that can be used from it (since we shouldn't be using epel for upstream tests, this pre-build image already had this whitelist). Sorry I didn't notice this, it looked enabled. |