Bug 1011722

Summary: python-cinder-2013.1.3-2.el6ost.noarch is missing dependency python-suds
Product: Red Hat OpenStack Reporter: Dan Yocum <dyocum>
Component: openstack-cinderAssignee: Eric Harney <eharney>
Status: CLOSED UPSTREAM QA Contact: Haim <hateya>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.0CC: abaron, dyocum, eharney, hateya, yeylon
Target Milestone: ---   
Target Release: 3.0   
Hardware: All   
OS: All   
Whiteboard: storage
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-09 13:25:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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?