Bug 1011722 - python-cinder-2013.1.3-2.el6ost.noarch is missing dependency python-suds
Summary: python-cinder-2013.1.3-2.el6ost.noarch is missing dependency python-suds
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-cinder
Version: 3.0
Hardware: All
OS: All
unspecified
high
Target Milestone: ---
: 3.0
Assignee: Eric Harney
QA Contact: Haim
URL:
Whiteboard: storage
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-25 01:12 UTC by Dan Yocum
Modified: 2016-04-26 19:03 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-09 13:25:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Dan Yocum 2013-09-25 01:12:19 UTC
Description of problem:

Service openstack-cinder-volume fails to start with error:

Traceback (most recent call last):
  File "/usr/bin/cinder-volume", line 57, in <module>
    server = service.Service.create(binary='cinder-volume')
  File "/usr/lib/python2.6/site-packages/cinder/service.py", line 448, in create
    service_name=service_name)
  File "/usr/lib/python2.6/site-packages/cinder/service.py", line 343, in __init__
    *args, **kwargs)
  File "/usr/lib/python2.6/site-packages/cinder/volume/manager.py", line 129, in __init__
    configuration=self.configuration)
  File "/usr/lib/python2.6/site-packages/cinder/openstack/common/importutils.py", line 40, in import_object
    return import_class(import_str)(*args, **kwargs)
  File "/usr/lib/python2.6/site-packages/cinder/openstack/common/importutils.py", line 30, in import_class
    __import__(mod_str)
  File "/usr/lib/python2.6/site-packages/cinder/volume/drivers/netapp/iscsi.py", line 30, in <module>
    import suds
ImportError: No module named suds


What's more, the python-cinder-2013.1.3-1.el6.noarch from Grizzly RDO *does* have the correct dependencies (NB: the RDO version is older).

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

python-cinder-2013.1.3-2.el6ost.noarch

Comment 3 Ayal Baron 2013-10-02 14:29:52 UTC
Why is this a regression?


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