Comment 1 for bug 1683212

Revision history for this message
Roman Podoliaka (rpodolyaka) wrote :

Hmm, this is weird as CPU timeout of 2s is still used despite the fact Ocata contains https://review.openstack.org/#/q/I1f4549b787fd3b458e2c48a90bf80025987f08c4 from the very beginning (timeout was bumped from 2 to 8s).

I've checked 11.0/ocata branch and can confirm that the commit we need is present there:

rpodolyaka@rpodolyaka-pc:~/src/nova$ git log mirantis/11.0/ocata --no-merges --grep "Bump prlimit cpu time for qemu from 2 to 8"
commit b78b1f8ce3aa407307a6adc5c60de1e960547897
Author: Sean Dague <email address hidden>
Date: Thu Dec 8 10:09:06 2016 -0500

    Bump prlimit cpu time for qemu from 2 to 8

Maybe we just need to rebuild the package to get the latest state of the code?