RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1080514 - missing python-oauthlib dependency
Summary: missing python-oauthlib dependency
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: Udi Kalifon
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-25 15:14 UTC by Pádraig Brady
Modified: 2016-01-04 14:42 UTC (History)
5 users (show)

Fixed In Version: openstack-keystone-2014.1-0.7.rc1.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 22:53:39 UTC
Embargoed:


Attachments (Terms of Use)

Description Pádraig Brady 2014-03-25 15:14:07 UTC
https://review.openstack.org/#/q/Ie553830cc80075aa818e719604e6bc4c754d2ae3,n,z

Note the caveat with el6

I built a scratch build without %check for now as test don't fully pass
with python-crypto version in el6 due to missing Crypto.Signature at least :/

So maybe an RDO specific el6 version of python-crypto might be part of this

Comment 2 Pádraig Brady 2014-03-28 17:39:15 UTC
I see that python-oauthlib has an unversioned dep on python-crypto
I suggest that be versioned to ensure upgrades happen correctly.

BTW oauthlib was included in an update along with keystone rc1
The latter needs puppet module adjustments to handle install/upgrade
as CI is hitting:
 keystone --os-endpoint http://127.0.0.1:35357/v2.0/ role-list' returned 1:
 An unexpected error prevented the server from fulfilling your request. (HTTP 500)
That's due to DB error in the keystone service due to:
 Tables "migrate_version" have non utf8 collation, please make sure all tables are CHARSET=utf8

glance and heat got the oslo update for b3 causing that,
but we'll need to handle this for all services for rc1.
You can see the changes for glance and heat at:
http://pkgs.fedoraproject.org/cgit/openstack-puppet-modules.git/log/

Comment 3 Pádraig Brady 2014-04-09 16:45:55 UTC
Versioned deps on python-crypto added to python-oauthlib fedora git.
Updated oauthlib build in copr and pushed to el6 icehouse stage.


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