Bug 1006768

Summary: Missing dependency on python-webob1.2
Product: [Community] RDO Reporter: Jan van Eldik <Jan.van.Eldik>
Component: openstack-keystoneAssignee: Alan Pevec <apevec>
Status: CLOSED CURRENTRELEASE QA Contact: Ami Jeain <ajeain>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: apevec, ayoung, yeylon
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-keystone-2013.2-0.11.b3.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-11 16:12:48 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:

Description Jan van Eldik 2013-09-11 09:14:00 UTC
Description of problem:

python-keystoneclient-0.3.2-3.el6.noarch requires python-webob1.2 - otherwise:

 # keystone-manage db_sync
Traceback (most recent call last):
  File "/usr/bin/keystone-manage", line 31, in <module>
    from keystone.openstack.common import gettextutils
  File "/usr/lib/python2.6/site-packages/keystone/__init__.py", line 20, in <module>
    replace_dist("WebOb >= 1.2")
  File "/usr/lib/python2.6/site-packages/keystone/__init__.py", line 18, in replace_dist
    return pkg_resources.require(requirement)
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in resolve
    raise DistributionNotFound(req)
 pkg_resources.DistributionNotFound: WebOb>=1.2


Version-Release number of selected component (if applicable):

 python-keystoneclient-0.3.2-3.el6.noarch

How reproducible:

  100%

Additional info:

  installing python-webob1.2 from EPEL resolves the issue

Comment 1 Jan van Eldik 2013-09-11 09:37:18 UTC
My bad. Problem with yum repo priorities.

Sorry for the noise.

Comment 2 Alan Pevec 2013-09-11 10:28:08 UTC
keystone-manage is in openstack-keystone and this is indeed an issue,
workaround was mentioned in 1006278#c9:
yum install python-webob1.2 (from EPEL6)

Comment 3 Alan Pevec 2013-09-11 16:12:48 UTC
Uploaded to openstack-havana/epel-6 repo