Removed the min_count and max_count attributes from create server. These are a Rackspace extension.
Patch #1: removed commented text, per Jorge. Patch #2: removed extra spaces. Patch #3: removed change log information for the change that should've never been. Change-Id: I6e9d7bd2fb68811a94bf1fbef61f15ff0a592441
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
</copyright>
|
</copyright>
|
||||||
<releaseinfo>API v2</releaseinfo>
|
<releaseinfo>API v2</releaseinfo>
|
||||||
<productname>OpenStack Compute</productname>
|
<productname>OpenStack Compute</productname>
|
||||||
<pubdate>2012-06-08</pubdate>
|
<pubdate>2012-05-30</pubdate>
|
||||||
<legalnotice role="apache2">
|
<legalnotice role="apache2">
|
||||||
<annotation>
|
<annotation>
|
||||||
<remark>Copyright details are filled in by the
|
<remark>Copyright details are filled in by the
|
||||||
@@ -78,19 +78,6 @@
|
|||||||
(<abbrev>API</abbrev>). </para>
|
(<abbrev>API</abbrev>). </para>
|
||||||
</abstract>
|
</abstract>
|
||||||
<revhistory>
|
<revhistory>
|
||||||
<revision>
|
|
||||||
<!-- ... continue addding more revisions here as you change this document using the markup shown below... -->
|
|
||||||
<date>2012-06-08</date>
|
|
||||||
<revdescription>
|
|
||||||
<itemizedlist>
|
|
||||||
<listitem>
|
|
||||||
<para>Added the min_count and max_count
|
|
||||||
attributes to the create server API
|
|
||||||
operation.</para>
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist>
|
|
||||||
</revdescription>
|
|
||||||
</revision>
|
|
||||||
<revision>
|
<revision>
|
||||||
<!-- ... continue addding more revisions here as you change this document using the markup shown below... -->
|
<!-- ... continue addding more revisions here as you change this document using the markup shown below... -->
|
||||||
<date>2012-05-30</date>
|
<date>2012-05-30</date>
|
||||||
@@ -2009,16 +1996,6 @@ Host: servers.api.openstack.org/v2/
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
|
||||||
<td>min_count</td>
|
|
||||||
<td>The number of servers that you
|
|
||||||
will accept in the build request,
|
|
||||||
at a minimum. The max_count
|
|
||||||
attribute specifies the number of
|
|
||||||
server you would like to build. </td>
|
|
||||||
<td>No</td>
|
|
||||||
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>imageRef</td>
|
<td>imageRef</td>
|
||||||
<td><para>The image reference for the
|
<td><para>The image reference for the
|
||||||
@@ -2031,18 +2008,6 @@ Host: servers.api.openstack.org/v2/
|
|||||||
/>.</para></td>
|
/>.</para></td>
|
||||||
<td>Yes</td>
|
<td>Yes</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>max_count</td>
|
|
||||||
<td>The number of servers that you
|
|
||||||
want to build in the request. For
|
|
||||||
example, if your cloud provider
|
|
||||||
account supports it and your quota
|
|
||||||
limits will not be exceeded with
|
|
||||||
the request, you can specify 50 to
|
|
||||||
build 50 servers in a single
|
|
||||||
request. </td>
|
|
||||||
<td>No</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>flavorRef</td>
|
<td>flavorRef</td>
|
||||||
<td><para>The flavor reference for the
|
<td><para>The flavor reference for the
|
||||||
|
|||||||
Reference in New Issue
Block a user