Comment 3 for bug 1361360

Revision history for this message
Tushar Patil (tpatil) wrote :

Presently, we are trying to fix on one issue in Glance [1] and during running functional tests, we have found out some of the tests were failing because greenthreads are not released back to the eventlet green pool (client socket connection is not closed) due to which the glance api service doesn't shutdown gracefully. Fixing functional tests in glance without fixing this issue would be temporary solution (we will need to pass “connection: close” to the header for every request made in the functional tests).

Could you please suggest how to go about this security issue and the glance patch?

[1] (glance Patch) https://review.openstack.org/#/c/110012/