Re: [Openstack] Failure when creating more than n instances. networking fail.

2013-01-07 Thread Antonio Messina
I have the same problem, I can't create more than around 15 instances at once or I get a timeout error. BTW, the default was decreased in essex from 3600 to 60: https://bugs.launchpad.net/nova/+bug/938287 If you can find a reasonable default value would be very appreciated :) thanx .a. On Fri

Re: [Openstack] Failure when creating more than n instances. networking fail.

2012-12-28 Thread Davanum Srinivas
Vish, Should we increase the default timeout? Would there be any issues with that? -- dims On Fri, Dec 28, 2012 at 12:18 PM, Vishvananda Ishaya wrote: > This is generally due to timeouts talking to the network server. It will be > much better with multi_host networking. Also you could avoid so

Re: [Openstack] Failure when creating more than n instances. networking fail.

2012-12-28 Thread Vishvananda Ishaya
This is generally due to timeouts talking to the network server. It will be much better with multi_host networking. Also you could avoid some issues by upping the rpc call timeout: rpc_response_timeout=180 (defaults to 60 seconds) Vish On Dec 28, 2012, at 2:53 AM, Andrew Holway wrote: > Hel