Bug 1170724 - openstack-cinder should pull in python-oslo-db
Summary: openstack-cinder should pull in python-oslo-db
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-cinder
Version: Juno
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: Juno
Assignee: hguemar
QA Contact: nlevinki
URL:
Whiteboard:
: 1152350 (view as bug list)
Depends On: 1170716
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-04 17:00 UTC by Giulio Fidente
Modified: 2016-04-26 21:10 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1170716
Environment:
Last Closed: 2015-03-19 08:29:07 UTC
Embargoed:


Attachments (Terms of Use)

Description Giulio Fidente 2014-12-04 17:00:03 UTC
+++ This bug was initially created as a clone of Bug #1170716 +++

Description of problem:
when deployed "lonely" on a node, openstack-cinder does not pull in python-oslo-db resulting in a trace when cinder-volume starts:

cinder-volume[2048]: Traceback (most recent call last):
cinder-volume[2048]: File "/usr/bin/cinder-volume", line 52, in <module>
cinder-volume[2048]: from cinder import service
cinder-volume[2048]: File "/usr/lib/python2.7/site-packages/cinder/service.py", line 32, in <module>
cinder-volume[2048]: from cinder import db
cinder-volume[2048]: File "/usr/lib/python2.7/site-packages/cinder/db/__init__.py", line 20, in <module>
cinder-volume[2048]: from cinder.db.api import *  # noqa
cinder-volume[2048]: File "/usr/lib/python2.7/site-packages/cinder/db/api.py", line 45, in <module>
cinder-volume[2048]: from oslo.db import concurrency as db_concurrency
cinder-volume[2048]: ImportError: No module named db


Version-Release number of selected component (if applicable):
openstack-cinder-2014.2-1.el7ost.noarch

Comment 1 Eric Harney 2015-03-18 18:24:57 UTC
Is this fixed in current packages?

Comment 2 Eric Harney 2015-03-18 18:26:25 UTC
*** Bug 1152350 has been marked as a duplicate of this bug. ***

Comment 3 hguemar 2015-03-19 08:29:07 UTC
Yes, it's pulled in by python-cinder


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