Comment 2 for bug 1600791

Revision history for this message
Denis Egorenko (degorenko) wrote :

I was able to reproduce this bug on very slow environment, where usual Keystone operation takes more then 30 seconds:

root@node-2:~# time openstack endpoint list
+----------------------------------+-----------+----------------+-----------------+
| ID | Region | Service Name | Service Type |
+----------------------------------+-----------+----------------+-----------------+
| 181ca598b76c4fa1a8cc010413a57f31 | RegionOne | neutron | network |
  ...
| 06acaa28cc914a5ab9a7fa6393363e9c | RegionOne | keystone | identity |
+----------------------------------+-----------+----------------+-----------------+

real 0m33.146s
user 0m0.791s
sys 0m0.227s

VM has single core which is overloaded on 100%.

Also it doesn't make sense to raise timeout again, because they are already reasonable,
and we can't raise timeouts every time for each slow env.