Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1006768 - Missing dependency on python-webob1.2
Summary: Missing dependency on python-webob1.2
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-keystone
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Alan Pevec
QA Contact: Ami Jeain
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-11 09:14 UTC by Jan van Eldik
Modified: 2016-04-26 14:36 UTC (History)
3 users (show)

Fixed In Version: openstack-keystone-2013.2-0.11.b3.el6
Clone Of:
Environment:
Last Closed: 2013-09-11 16:12:48 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.