Re: [Openstack] [Nova] Create multiple instances in one request

2012-08-10 Thread Vishvananda Ishaya
On Aug 10, 2012, at 6:24 AM, Patrick Petit wrote: > Hi, > So, if I paraphrase correctly what is meant out of the stacker jargon. > > min_count and max_count doc will go in the API doc as an extension item once > the DisableServerExtension cleanup is done. Right? Correct. > > However, the

Re: [Openstack] [Nova] Create multiple instances in one request

2012-08-10 Thread Patrick Petit
Hi, So, if I paraphrase correctly what is meant out of the stacker jargon. min_count and max_count doc will go in the API doc as an extension item once the DisableServerExtension cleanup is done. Right? However, the original question was about the *num_instances* property of the RPC request spec.

Re: [Openstack] [Nova] Create multiple instances in one request

2012-08-07 Thread Jay Pipes
On 08/07/2012 02:27 PM, Anne Gentle wrote: > It seems the log from the last Nova meeting where this was discussed > is gathered together with the QA team meeting due to the meetbot not > being turned off between meetings. > > The log is here, scroll to the bottom to read. > http://eavesdrop.openst

Re: [Openstack] [Nova] Create multiple instances in one request

2012-08-07 Thread Anne Gentle
These were documented but then pulled out because min_count and max_count are not to spec. We are now working on a cleanup effort described at http://wiki.openstack.org/DisableServerExtensions. It seems the log from the last Nova meeting where this was discussed is gathered together with the QA t

Re: [Openstack] [Nova] Create multiple instances in one request

2012-08-07 Thread David Kranz
It is a little strange but the following seems to be true. 1. The nova HTTP API has a max_count and min_count that go in the request dictionary. 2. This is not documented. 3. The novaclient python api create function has these arguments. 4. The novaclient cli does not have them, or at least the