[openstack-dev] [novaclient] invoking methods on the same client object in different theads caused malformed requests

2018-04-03 Thread Xiong, Huan
Hi, I'm using a cloud benchmarking tool [1], which creates a *single* nova client object in main thread and invoke methods on that object in different worker threads. I find it generated malformed requests at random (my system has python-novaclient 10.1.0 installed). The root cause was because som

Re: [openstack-dev] [horizon] Admin dashboard instances index page generated duplicate Glance requests

2017-08-17 Thread Xiong, Huan
trieve image objects, but didn't use them to set instances' image attribute. Thanks, Ray > > Rob > > > On 14 Aug 2017, at 03:46, Xiong, Huan > wrote: > > > > Hi, > > > > I observed accessing Admin dashboard's instance index page generated >

[openstack-dev] [horizon] Admin dashboard instances index page generated duplicate Glance requests

2017-08-13 Thread Xiong, Huan
Hi, I observed accessing Admin dashboard's instance index page generated lots of duplicate requests to Glance for converting instance image id to name, but accessing Project dashboard's instance index page didn't (my system runs Newton, but from what I can tell, Ocata and Pike code seem to have