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