Re: [openstack-dev] [oslo] Test failures due to oslo_concurrency?

2015-01-13 Thread victor stinner
See also the following changes: oslo.concurrency: Don't decode stdout/stderr on Python 2 https://review.openstack.org/#/c/146984/ (my change) oslo.concurrency: Allow callers to disable encoding for execute() https://review.openstack.org/#/c/146932/ (Doug Hellmann) nova: Do not decode binary data

Re: [openstack-dev] [oslo] Test failures due to oslo_concurrency?

2015-01-13 Thread Davanum Srinivas
Kevin, We are waiting for https://review.openstack.org/#/c/146940/ to land. then cut a fresh oslo.concurrency version. There's another requirements change as well, which when landed can help. https://review.openstack.org/#/c/146942/ thanks, dims On Tue, Jan 13, 2015 at 4:20 PM, Kevin L. Mitchel