RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1231311 - Cinder missing dep: fasteners against liberty packstack install
Summary: Cinder missing dep: fasteners against liberty packstack install
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-cinder
Version: trunk
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: trunk
Assignee: Eric Harney
QA Contact: nlevinki
URL:
Whiteboard:
Depends On: 1230548
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-12 16:14 UTC by wes hayutin
Modified: 2016-04-27 01:45 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-10 00:30:07 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1230548 0 medium CLOSED Review Request: python-fasteners - A python package that provides useful locks. 2021-02-22 00:41:40 UTC

Internal Links: 1230548

Description wes hayutin 2015-06-12 16:14:10 UTC
Description of problem:

11:59:17 ERROR : Error appeared during Puppet run: 172.31.50.170_cinder.pp
11:59:17 Notice: /Stage[main]/Cinder::Api/Exec[cinder-manage db_sync]/returns: ImportError: No module named fasteners


https://prod-rdojenkins.rhcloud.com/view/RDO-Liberty-Delorean-Trunk/job/khaleesi-rdo-liberty-delorean-centos-7.0-multinode-packstack-neutron-ml2-vxlan-rabbitmq-permissive-tempest-rpm-minimal/2/console

[mNotice: /Stage[main]/Cinder::Api/Exec[cinder-manage db_sync]/returns:   File "/usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 28, in <module>[0m
[mNotice: /Stage[main]/Cinder::Api/Exec[cinder-manage db_sync]/returns:     import fasteners[0m
[mNotice: /Stage[main]/Cinder::Api/Exec[cinder-manage db_sync]/returns: ImportError: No module named fasteners[0m
[1;31mError: /Stage[main]/Cinder::Api/Exec[cinder-manage db_sync]: Failed to call refresh: cinder-manage db sync returned 1 instead of one of [0][0m
[1;31mError: /Stage[main]/Cinder::Api/Exec[cinder-manage db_sync]: cinder-manage db sync returned 1 instead of one of [0][0m

Comment 1 Eric Harney 2015-06-12 16:22:56 UTC
fasteners is a dependency of oslo-concurrency, not a direct Cinder dependency.

It looks like fasteners is not packaged yet, so this is probably an installation problem with oslo-concurrency at this point.

Comment 2 Eric Harney 2016-03-10 00:30:07 UTC
Seems to be fixed in current python-oslo-concurrency packages.


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