]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
pin sqlalchemy to 0.7
authorGary Kotton <gkotton@redhat.com>
Sat, 27 Oct 2012 03:05:35 +0000 (03:05 +0000)
committerGary Kotton <gkotton@redhat.com>
Sat, 27 Oct 2012 06:53:44 +0000 (06:53 +0000)
commitcf54850d15b5ead0de2ffd536a2ecdbfed5f33ca
tree0d502834444f5a1ac528d8b91cdbeb039e0df9a1
parentf98c531e2de24246583e363fac2f350e677120eb
pin sqlalchemy to 0.7

The sqlalchemy package 0.8.0b1 released on October 30, 2012
removed SQLSoup

(http://docs.sqlalchemy.org/en/latest/changelog/migration_08.html#sqlsoup)

Ensure that the SqlSoup import is still supported. A number of quantum agents
make use of this code to access the database.

Fixes bug 1073555

Change-Id: I78b27716c6e3eb05d874314f0bc544a917fd5853
tools/pip-requires