Hide Forgot
Description of problem: From #openstack: <dbruhn> I am having an issue with the epel repo missing a bunch of stuff <dbruhn> I am trying to deploy on cent 6.4 <dbruhn> Error: Package: python-cinderclient-1.0.4-1.el6.noarch (epel-openstack-grizzly) <dbruhn> Requires: python-httplib2 <dbruhn> am I missing a repo or something of the sort I had a look at the package list and python-httplib2 didn't appear to be in the RDO repository: http://repos.fedorapeople.org/repos/openstack/openstack-grizzly/epel-6/ Give it's in RHOS and we have components for it in both RDO and RHOS I am assuming it's meant to be there?
It's in EPEL - RDO Packstack should enable epel repo, isn't that the case?
(In reply to Alan Pevec from comment #1) > It's in EPEL - RDO Packstack should enable epel repo, isn't that the case? Now that you mention it I suspect it does but will do a run to confirm before closing. I suspect in this case the user is manually installing OpenStack after adding the RDO repository in which case this becomes a documentation issue.
Heya, It's indeed available from EPEL: $ yum info -d 10 python-httplib2 | grep "From repo" From repo : epel $ rpm -q python-httplib2 python-httplib2-0.7.7-1.el6.noarch $ cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.4 (Santiago) Closing the bug as NOTABUG. If anyone has objections, please re-open.