Bug 966551 - quantum service does not start due to incorrect webob dependency
Summary: quantum service does not start due to incorrect webob dependency
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-quantum
Version: 3.0
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: snapshot1
: 3.0
Assignee: RHOS Maint
QA Contact: Ofer Blaut
URL:
Whiteboard:
: 966679 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-23 13:22 UTC by Gary Kotton
Modified: 2016-04-26 23:27 UTC (History)
5 users (show)

Fixed In Version: openstack-quantum-2013.1.1-7.el6ost
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-29 15:12:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2013:0878 0 normal SHIPPED_LIVE Red Hat OpenStack 3.0 ("Grizzly") Preview bug fix and enhancement update 2013-05-29 19:01:24 UTC

Description Gary Kotton 2013-05-23 13:22:00 UTC
Description of problem:
[root@puma04 ~]# python /usr/bin/quantum-server --config-file /etc/quantum/quantum.conf --config-file /etc/quantum/plugin.ini --log-file /var/log/quantum/server.log
Traceback (most recent call last):
  File "/usr/bin/quantum-server", line 25, in <module>
    from quantum.server import main as server
  File "/usr/lib/python2.6/site-packages/quantum/__init__.py", line 37, in <module>
    replace_dist("WebOb >= 1.2")
  File "/usr/lib/python2.6/site-packages/quantum/__init__.py", line 35, in replace_dist
    return pkg_resources.require(requirement)
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: WebOb>=1.2


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Alan Pevec 2013-05-23 13:53:59 UTC
> pkg_resources.DistributionNotFound: WebOb>=1.2

workaround:
yum install python-webob1.2

patch for openstack-quantum.spec

-Requires:      python-webob1.0
+Requires:      python-webob1.2

Comment 4 Alan Pevec 2013-05-24 12:27:08 UTC
*** Bug 966679 has been marked as a duplicate of this bug. ***

Comment 8 Ofer Blaut 2013-05-26 18:19:45 UTC
Tested quantum works 

openstack-quantum-2013.1.1-8.el6ost.noarch

Comment 10 errata-xmlrpc 2013-05-29 15:12:38 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHBA-2013-0878.html


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