Hi Thomas, I would prefer to avoid such things at this moment.
First of all we are using different wrappers around sqlalchemy in different projects. There is a lot of hacks and they could probably produce hidden bugs. Also our db code is not fully covered by tests. So I would prefer to: 1) firstly use OSLO DB code in all projects. (this point is almost finished) 2) Implement these 2 blueprints in nova: https://blueprints.launchpad.net/nova/+spec/db-api-tests, https://blueprints.launchpad.net/nova/+spec/db-api-tests-on-all-backends 3) try to switch in Nova to sqla 0.8.2, if there will be no errors then we could safely switch to it in other projects. Best regards, Boris Pavlovic On Mon, Jul 8, 2013 at 11:53 AM, Thomas Goirand <[email protected]> wrote: > Hi, > > Since python-sqlalchemy 0.8.2 has been uploaded to Sid, Quantum is > uninstallable there right now (see #715294). > > I am wondering: what's wrong with sqlalchemy >= 0.8, so that it is > written explicitly in the requirements that we shouldn't use it? Is > there a chance that having such a version of sqlalchemy will make all of > OpenStack grizzly fail? What are the consequences? Would it be safe to > simply patch the requirements file and ignore this? > > Thomas Goirand (zigo) > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev >
_______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
