Re: [openstack-dev] [Neutron] Neutron Ryu status

2014-07-19 Thread Akihiro Motoki
Third party CI maintainers can avoid problems related to version conflicts (which do not happen in the upstream CI) by doing fresh installation of python modules. OpenStack upstream CI installs dependent python modules every time a test is run. I also suggest to use fresh installation of python

Re: [openstack-dev] [rally][nova] resize

2014-07-19 Thread Boris Pavlovic
Hi, Could you please contribute to Rally this benchmark. So others will be able to repeat experiment locally. (here is the instruction https://wiki.openstack.org/wiki/Rally/Develop#How_to_contribute ) And as far as I know, nobody (in rally team) was benchmarking this stuff. As well I hope that

Re: [openstack-dev] [Cinder] multiple backend issue

2014-07-19 Thread git harry
Ah, okay I misunderstood. It looks like you've used the same config file on both the controller and compute nodes, notice how the output of cinder-manage gives you hosts corresponding to both backends on your two nodes.  controller@lvmdriver-2 nova  controller@lvmdriver-1 nova  

Re: [openstack-dev] [rally][nova] resize

2014-07-19 Thread fdsafdsafd
ok, i will try. At 2014-07-19 04:30:49, Boris Pavlovic bo...@pavlovic.me wrote: Hi, Could you please contribute to Rally this benchmark. So others will be able to repeat experiment locally. (here is the instruction https://wiki.openstack.org/wiki/Rally/Develop#How_to_contribute ) And

[openstack-dev] [nova] Some help needed on these darn API sample tests

2014-07-19 Thread Jay Pipes
Getting very frustrated, hoping someone can walk me back from the cliff. I am trying to fix this simple bug: https://bugs.launchpad.net/nova/+bug/1343080 The fix for it is ridiculously simple. It is removing this line:

Re: [openstack-dev] [nova] Some help needed on these darn API sample tests

2014-07-19 Thread Davanum Srinivas
Jay, I got this far - https://review.openstack.org/#/c/108220/ - there are a handful of failures in ImagesControllerTest left. hope this helps. -- dims On Sat, Jul 19, 2014 at 4:35 PM, Jay Pipes jaypi...@gmail.com wrote: Getting very frustrated, hoping someone can walk me back from the cliff.