]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Avoid hardcoding value from oslo library
authorDavanum Srinivas <davanum@gmail.com>
Wed, 24 Feb 2016 14:48:05 +0000 (06:48 -0800)
committerDavanum Srinivas <davanum@gmail.com>
Wed, 24 Feb 2016 14:49:18 +0000 (06:49 -0800)
commite61b5bcf4f8a22211b5c1467e27b790ca6af49c6
tree1c5132e7da68fe02672cffa65ab893a6957f0b7e
parent44e307eb5e199a094a5fbc3030c9d45e9bb69acf
Avoid hardcoding value from oslo library

In I65b40b9906b75146a0085bbe168f1e6bcae82f21, the
wsgi_default_pool_size was lowered from 1000 to
100. We should not be using internal details of
the oslo libraries.

Change-Id: I84f01df3e212165176c633a680161a9a9da311ea
cinder/tests/unit/test_service.py