Consolidate SQLAlchemy requirements to 0.7.x

Bug #1153983 reported by Dirk Mueller
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glance
Fix Released
Medium
Dirk Mueller
OpenStack Heat
Fix Released
Medium
Dirk Mueller
neutron
Fix Released
Low
Dirk Mueller

Bug Description

SQLAlchemy 0.7.10 has been released and is compatible with 0.7.9. It seems desireable to relax the requirement in Heat to accept any 0.7.x version.

Tags: quantum-core
Changed in heat:
assignee: nobody → Dirk Mueller (dmllr)
status: New → In Progress
Revision history for this message
Dirk Mueller (dmllr) wrote :

Interestinly a "SQLAlchemy<0.8" requirement is satisfied by "0.8.0b2" (I guess it should have been 0.8b2 instead), so I chose 0.7.99 instead.

Changed in heat:
milestone: none → grizzly-rc1
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/24074
Committed: http://github.com/openstack/heat/commit/711b824cdf90b33ad146a12a5f6db7db6cab569c
Submitter: Jenkins
Branch: master

commit 711b824cdf90b33ad146a12a5f6db7db6cab569c
Author: Dirk Mueller <email address hidden>
Date: Mon Mar 11 16:28:17 2013 +0100

    Pin SQLAlchemy to 0.7.x

    0.7.10 has been released and is compatible with 0.7.x. Instead
    of pinning to 0.7.9, simply pin to 0.7.x to avoid SQLAlchemy 0.8

    Fixes: Bug #1153983

    Change-Id: I1a2ea0c36161df15fd55e95a6679628d14858944

Changed in heat:
status: In Progress → Fix Committed
Dirk Mueller (dmllr)
Changed in quantum:
assignee: nobody → Dirk Mueller (dmllr)
Changed in quantum:
status: New → In Progress
Dirk Mueller (dmllr)
Changed in glance:
assignee: nobody → Dirk Mueller (dmllr)
Changed in quantum:
importance: Undecided → Low
milestone: none → havana-1
tags: added: grizzly-backport-potential
Changed in glance:
status: New → Triaged
importance: Undecided → Medium
milestone: none → havana-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (master)

Reviewed: https://review.openstack.org/24250
Committed: http://github.com/openstack/quantum/commit/2f2aaf2a89445590e01a7c288de9f5c93b20e87f
Submitter: Jenkins
Branch: master

commit 2f2aaf2a89445590e01a7c288de9f5c93b20e87f
Author: Dirk Mueller <email address hidden>
Date: Tue Mar 12 23:08:27 2013 +0100

    Pin SQLAlchemy to 0.7.x

    0.7.10 has been released and is compatible with 0.7.x. Instead
    of pinning to 0.7.9, simply pin to 0.7.x to avoid SQLAlchemy 0.8

    Unfortuantely '<0.8' matches '0.8.0b2', which is what we don't want.
    Therefore pinning it to '<=0.7.99' instead.

    This matches a corresponding change in openstack/requirements

    Fixes: Bug #1153983

    Change-Id: Icf680a933c6092cce52706fd9616a0d208164d1e

Changed in quantum:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to quantum (milestone-proposed)

Fix proposed to branch: milestone-proposed
Review: https://review.openstack.org/24645

Changed in quantum:
milestone: havana-1 → grizzly-rc2
tags: removed: grizzly-backport-potential
tags: added: quantum-core
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to quantum (milestone-proposed)

Reviewed: https://review.openstack.org/24645
Committed: http://github.com/openstack/quantum/commit/4e290b713d58f52151db6632bd1ae82c8d26b607
Submitter: Jenkins
Branch: milestone-proposed

commit 4e290b713d58f52151db6632bd1ae82c8d26b607
Author: Dirk Mueller <email address hidden>
Date: Tue Mar 12 23:08:27 2013 +0100

    Pin SQLAlchemy to 0.7.x

    0.7.10 has been released and is compatible with 0.7.x. Instead
    of pinning to 0.7.9, simply pin to 0.7.x to avoid SQLAlchemy 0.8

    Unfortuantely '<0.8' matches '0.8.0b2', which is what we don't want.
    Therefore pinning it to '<=0.7.99' instead.

    This matches a corresponding change in openstack/requirements

    Fixes: Bug #1153983

    Change-Id: Icf680a933c6092cce52706fd9616a0d208164d1e
    (cherry picked from commit 2f2aaf2a89445590e01a7c288de9f5c93b20e87f)

Changed in quantum:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in heat:
status: Fix Committed → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/24072
Committed: http://github.com/openstack/glance/commit/733d89d7cfb3be874a23f97091c2dc8874a90a5d
Submitter: Jenkins
Branch: master

commit 733d89d7cfb3be874a23f97091c2dc8874a90a5d
Author: Dirk Mueller <email address hidden>
Date: Mon Mar 11 16:12:30 2013 +0100

    Pin SQLAlchemy to 0.7.x

    0.7.10 has been released and is compatible with 0.7.x. Instead
    of pinning to 0.7.9, simply pin to 0.7.x to avoid SQLAlchemy 0.8

    Also sync the 0.7.x requirements to 0.7.8 (to be in sync with other
    OpenStack core components)

    Fixes: Bug #1153983

    Change-Id: I6f47e7d27fcf0c7271bb2c91a4615ef0bb5e2643

Changed in glance:
status: Triaged → Fix Committed
Thierry Carrez (ttx)
Changed in quantum:
milestone: grizzly-rc2 → 2013.1
Thierry Carrez (ttx)
Changed in heat:
milestone: grizzly-rc1 → 2013.1
Eoghan Glynn (eglynn)
tags: added: grizzly-backport-potential
Thierry Carrez (ttx)
Changed in glance:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in glance:
milestone: havana-1 → 2013.2
Alan Pevec (apevec)
tags: removed: grizzly-backport-potential
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.