Python Modules : Wrong versions

Bug #1085038 reported by Emilien Macchi
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
quantum (Ubuntu)
Fix Released
High
James Page
Raring
Fix Released
High
James Page

Bug Description

Ubuntu 12.04
Grizzly Testing Packages

After installing quantum-server, the service can't start since the Python modules versions are wrong.
To make quantum-server useable, I have to install manually the right versions :

pip install -Iv http://pypi.python.org/packages/source/W/WebOb/WebOb-1.0.8.zip
pip install -Iv https://py-amqplib.googlecode.com/files/amqplib-0.6.1.tgz
pip install -Iv http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.7.9.tar.gz
pip install -Iv http://pypi.python.org/packages/source/k/kombu/kombu-1.0.4.tar.gz

Related branches

no longer affects: quantum
Revision history for this message
James Page (james-page) wrote :

Traceback (most recent call last):
  File "/usr/bin/quantum-server", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2811, in <module>
    parse_requirements(__requires__), Environment()
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 588, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: webob==1.0.8

Changed in quantum (Ubuntu):
status: New → Confirmed
importance: Undecided → High
Changed in quantum (Ubuntu Raring):
status: Confirmed → Triaged
James Page (james-page)
Changed in quantum (Ubuntu Raring):
assignee: nobody → James Page (james-page)
status: Triaged → In Progress
Revision history for this message
James Page (james-page) wrote :

Emilien

I've just pushed this fix through the CI process; its uploaded to the PPA and should build shortly.

Cheers

James

Changed in quantum (Ubuntu Raring):
status: In Progress → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package quantum - 2013.1~g2-0ubuntu1

---------------
quantum (2013.1~g2-0ubuntu1) raring; urgency=low

  [ Chuck Short ]
  * New upstream version.
  * debian/patches/fix-quantum-configuration.patch: Refreshed.

  [ Yolanda Robla ]
  * debian/quantum-l3-agent.quantum-metadata-agent.upstart: Add
    upstart configuration for Metadata Agent.
  * debian/quantum-l3-agent.install: Added quantum-ns-metadata-proxy,
    quantum-metadata-agent and metadata_agent.ini.
  * debian/patches/fix-quantum-configuration.patch: Update rootwrap
    configuration in metadata_agent.ini file.
  * debian/changelog: Updated package version
  * d/p/fix-quantum-configuration.patch: refresh patches

  [ James Page ]
  * d/*.install: Install entry points from bin directory instead
    of easy-install ones generated during the package build process
    (LP: #1085038).
  * d/control: Drop BD on python-dev-all; its not required.
  * d/rules: Install multiple upstart configurations for quantum-l3-agent.
  * d/control: Tidy package descriptions.
  * d/*.postrm: Drop as debhelper will generate update-rc.d calls in
    maintainer scripts if required.
  * d/quantum-common.postinst: Tweak permissions setting so that /etc/quantum
    is not owned/writable by the quantum user, ensure that /etc/quantum/rootwrap*
    is owned by root:root.
  * d/*agent*.postinst: Dropped as permissions now correctly set in
    quantum-common.
  * d/patches/fix-quantum-configuration.patch: Re-add dropped fixes rootwrap and
    sqlite defaults for all plugins.
  * d/control: Added new BD on alembic (>= 0.4.1~), version python-mock >= 1.0b1.

  [ Maru Newby ]
  * debian/control: Remove unnecessary openvswitch-vswitch dependency
    from quantum-plugin-openvswitch (LP: #1076747).
 -- Chuck Short <email address hidden> Fri, 11 Jan 2013 09:14:35 -0600

Changed in quantum (Ubuntu Raring):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.