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:
> 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
*** Bug 966679 has been marked as a duplicate of this bug. ***
Tested quantum works openstack-quantum-2013.1.1-8.el6ost.noarch
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