rackspace / gophercloud

A Go SDK for OpenStack. IN FEATURE FREEZE. See Issue #592
http://gophercloud.io
Other
456 stars 181 forks source link

Create multiple servers #597

Open miha-plesko opened 8 years ago

miha-plesko commented 8 years ago

Missing support for "min_count" and "max_count" in CreateOpts as defined by Nova API (see example request). It is therefore not possible to launch multiple servers with one call, hence we have to perform multiple requests and handle server name indexing (basename-1, basename-2, ...).