<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<div><span>Hello there,</span></div>
<div> </div>
<div><span>Hope this email finds you well.</span></div>
<div> </div>
<div><span>We are currently using the openstacksdk for developing our product, and have a question about the openstacksdk compute service create_server() method. We are wondering if the "max_count" and "min_count" are supported by openstackskd for creating multiple servers at once. I tried both the max_count and the min_count, and they both only create one server for me, but I'd like to create multiple servers at once. The code I'm using is like the following:</span></div>
<div> </div>
<div><span>conn = connection.Connection(</span></div>
<div><span>session=sess,</span></div>
<div><span>region_name=None,</span></div>
<div><span>compute_api_version='2')</span></div>
<p><span>nova = conn.compute</span></p>
<div><span>nova.create_server(</span></div>
<div><span>name='sdk-test-create',</span></div>
<div><span>image_id=image_id,</span></div>
<div><span>flavor_id=flavor_id,</span></div>
<div><span>key_name=my_key_name,</span></div>
<div><span>networks=[{"uuid": network_id}],</span></div>
<div><span>security_groups=</span><span>[</span><span>{'name':security_group_name}</span><span>]</span><span>,</span></div>
<div><span>min_count=3,</span></div>
<div><span>)</span></div>
<div> </div>
<div><span>The above code will create one server "sdk-test-create", but I'm assuming it should create three. Wondering did I miss anything, or if we have any other option to archive this?</span></div>
<div> </div>
<div>Thanks for your help and have a great day!</div>
<div><span>Catherine</span></div>

</body></html>