Merge ""a image" is modified to "an image""

This commit is contained in:
Jenkins 2015-08-23 22:35:29 +00:00 committed by Gerrit Code Review
commit da5ee22b97

View File

@ -401,11 +401,11 @@
</para>
<itemizedlist spacing="compact">
<listitem>
<para>application/openstack-images-v2.0-json-patch</para>
<para><code>application/openstack-images-v2.0-json-patch</code></para>
</listitem>
<listitem>
<para>application/openstack-images-v2.1-json-patch
(Since Image API v2.2)
<para><code>application/openstack-images-v2.1-json-patch</code>
(Since Image API v2.2.)
</para>
</listitem>
</itemizedlist>
@ -667,30 +667,33 @@
$image_url/v2/images/{image_id}/file</code>
</para>
<para>Preconditions</para>
<para>
Before you can store binary image data, you must meet the
following preconditions:
</para>
<itemizedlist>
<listitem>
<para>The specified image must exist before you
store binary image data.
<para>
The specified image must exist.
</para>
</listitem>
<listitem>
<para>You must set disk_format and container_format
in the image before you store the data.
<para>
You must set the disk and container formats in the image.
</para>
</listitem>
<listitem>
<para>You can only store the data into a image which
status is <code>queued</code>.
<para>The image status must be <code>queued</code>.
</para>
</listitem>
<listitem>
<para>The user must have enough image strage quota
remaining to store the data.
<para>Your image storage quota must be sufficient.
</para>
</listitem>
<listitem>
<para>Size of the data must be less than OpenStack
Image service restricts.
<para>
The size of the data that you want to store must not exceed
the size that the OpenStack Image service allows.
</para>
</listitem>
</itemizedlist>
@ -713,14 +716,15 @@
<listitem>
<para>
If you cannot store the data, your request might lack
information or you exceeded your allotted quota. Ensure that you meet the
preconditions and run the request again. If the request fails again, review
your API request.
information or you exceeded your allotted quota. Ensure that
you meet the preconditions and run the request again. If the
request fails again, review your API request.
</para>
</listitem>
<listitem>
<para>The storage back ends for storing the data must have
enough free storage space to match the size of the data.
<para>
The storage back ends for storing the data must have enough
free storage space to accommodate the size of the data.
</para>
</listitem>
</itemizedlist>