Running Quantum with devstack causes installation error

Bug #1075977 reported by Gary Kotton
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Low
Gary Kotton

Bug Description

    Configuring Glance
    + init_glance
    + rm -rf /opt/stack/data/glance/images
    + mkdir -p /opt/stack/data/glance/images
    + rm -rf /opt/stack/data/glance/cache
    + mkdir -p /opt/stack/data/glance/cache
    + mysql -uroot -popenstack -e 'DROP DATABASE IF EXISTS glance;'
    + mysql -uroot -popenstack -e 'CREATE DATABASE glance CHARACTER SET utf8;'
    + /usr/local/bin/glance-manage db_sync
    Traceback (most recent call last):
    File "/usr/local/bin/glance-manage", line 4, in <module>
    from pkg_resources import require; require('glance==2013.1')
    File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 2739, in <module>
    parse_requirements(__requires__), Environment()
    File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 592, in resolve
    raise VersionConflict(dist,req) # XXX put more info here
    pkg_resources.VersionConflict: (anyjson 0.2.4 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('anyjson>=0.3.1'))
    ++ failed
    ++ local r=1
    +++ jobs -p
    ++ kill
    ++ set +o xtrace

The reason is that in quantum we have : anyjson==0.2.4
and in glance there is anyjson

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to quantum (master)

Fix proposed to branch: master
Review: https://review.openstack.org/15560

Changed in quantum:
assignee: nobody → Gary Kotton (garyk)
status: New → In Progress
Gary Kotton (garyk)
Changed in quantum:
importance: Undecided → Low
milestone: none → grizzly-1
Revision history for this message
Gary Kotton (garyk) wrote :
Changed in quantum:
status: In Progress → Invalid
Gary Kotton (garyk)
Changed in quantum:
status: Invalid → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (master)

Reviewed: https://review.openstack.org/15560
Committed: http://github.com/openstack/quantum/commit/24af9d620eb1190007a6425ff8477b83ba797a59
Submitter: Jenkins
Branch: master

commit 24af9d620eb1190007a6425ff8477b83ba797a59
Author: Gary Kotton <email address hidden>
Date: Sat Nov 3 04:54:03 2012 +0000

    Ensure that the anyjson version is correct.

    Fixes bug 1075977

    Change-Id: Ieb5a8b3f3eefb8e0faea8bd5dcd8a0f3f7c4ec07

Changed in quantum:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in quantum:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in quantum:
milestone: grizzly-1 → 2013.1
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.