Re: [Openstack-stable-maint] [openstack-dev] [nova] [stable] stevedore 0.14
2014-01-27 Doug Hellmann <doug.hellmann@dreamhost.com>:
I have just released a new version of stevedore, 0.14, which includes a change to stop checking version numbers of dependencies for plugins. This should eliminate one class of problems we've seen where we get conflicting requirements to install, and the libraries are compatible, but the way stevedore was using pkg_resources was causing errors when the plugins were loaded.
Thanks, that will be useful especial for stable releases. But looks like this broke Nova unit tests on stable/* http://lists.openstack.org/pipermail/openstack-stable-maint/2014-January/002... Master is not affected, here's latest successful run few minutes ago http://logs.openstack.org/11/69411/2/check/gate-nova-python27/8252be2/ Shall we pin stevedore on stable/* or fix the tests on stable/* ? Cheers, Alan
... or fix the tests on stable/* ?
That would be: https://review.openstack.org/#/q/I5063c652c705fd512f90ff3897a4c590f7ba7c02,n... and is already proposed for Havana. Sean, please submit it for stable/grizzly too. Thanks, Alan
On 01/28/2014 07:23 AM, Alan Pevec wrote:
... or fix the tests on stable/* ?
That would be: https://review.openstack.org/#/q/I5063c652c705fd512f90ff3897a4c590f7ba7c02,n... and is already proposed for Havana. Sean, please submit it for stable/grizzly too.
Doing now, I had done it locally but apparently forgot to run git review last night. https://review.openstack.org/69584 -Sean -- Sean Dague Samsung Research America sean@dague.net / sean.dague@samsung.com http://dague.net
On 01/28/2014 07:18 AM, Alan Pevec wrote:
2014-01-27 Doug Hellmann <doug.hellmann@dreamhost.com>:
I have just released a new version of stevedore, 0.14, which includes a change to stop checking version numbers of dependencies for plugins. This should eliminate one class of problems we've seen where we get conflicting requirements to install, and the libraries are compatible, but the way stevedore was using pkg_resources was causing errors when the plugins were loaded.
Thanks, that will be useful especial for stable releases. But looks like this broke Nova unit tests on stable/* http://lists.openstack.org/pipermail/openstack-stable-maint/2014-January/002...
Master is not affected, here's latest successful run few minutes ago http://logs.openstack.org/11/69411/2/check/gate-nova-python27/8252be2/
Shall we pin stevedore on stable/* or fix the tests on stable/* ?
Cheers, Alan
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
The backport is here - https://review.openstack.org/#/c/69515/ just waiting for review -Sean -- Sean Dague Samsung Research America sean@dague.net / sean.dague@samsung.com http://dague.net
participants (2)
-
Alan Pevec
-
Sean Dague