Fix Image service capitalization
Update capitalization for Image service, also fix a few occurences of other wrong capitalization. Change-Id: I9b5cec7726c1d6c10231ffa5eefe7a7093b631eb
This commit is contained in:
parent
19a11c6035
commit
32f349b0a1
@ -9,7 +9,7 @@
|
||||
<?dbhtml stop-chunking?>
|
||||
<para>Although you install each OpenStack service separately, the
|
||||
OpenStack services work together to meet your cloud needs:
|
||||
Identity, Compute, Image Service, Block Storage, Networking
|
||||
Identity, Compute, Image service, Block Storage, Networking
|
||||
(neutron), Object Storage, Orchestration, and Telemetry. With
|
||||
the <link xlink:href="http://www.trystack.org/"
|
||||
>TryStack</link> OpenStack installation, these services
|
||||
|
@ -8,7 +8,7 @@
|
||||
version="5.0-extension RackBook-2.0"
|
||||
xml:id="api.openstack.org-image-v2" status="CURRENT">
|
||||
<info xreflabel="api-ref-image-v2.html">
|
||||
<title>OpenStack Image Service API v2 (CURRENT)</title>
|
||||
<title>OpenStack Image service API v2 (CURRENT)</title>
|
||||
<copyright>
|
||||
<year>2010-2015</year>
|
||||
</copyright>
|
||||
|
@ -7,7 +7,7 @@
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
version="5.0-extension RackBook-2.0" xml:id="images-api-v1"
|
||||
role="api-reference">
|
||||
<title>Image Service API v1 (SUPPORTED)</title>
|
||||
<title>Image service API v1 (SUPPORTED)</title>
|
||||
<para>Load images for use at launch time by the Compute API. Also,
|
||||
assign metadata to images.</para>
|
||||
<para>Some cloud implementations do not expose this API and offer
|
||||
|
@ -7,8 +7,8 @@
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
version="5.0-extension RackBook-2.0" xml:id="images-api-v2"
|
||||
role="api-reference">
|
||||
<title>Image Service API v2 (CURRENT)</title>
|
||||
<para>Image Service API v2.0, API v2.1, and API v2.2.</para>
|
||||
<title>Image service API v2 (CURRENT)</title>
|
||||
<para>Image service API v2.0, API v2.1, and API v2.2.</para>
|
||||
<para>Cloud providers can configure property protections that
|
||||
prevent non-administrative users from updating and deleting
|
||||
protected properties. For more information, see <link
|
||||
|
@ -69,11 +69,11 @@
|
||||
v2.0 extensions (SUPPORTED)</link></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link xlink:type="simple" xlink:href="api-ref-image-v2.html">Image Service
|
||||
<para><link xlink:type="simple" xlink:href="api-ref-image-v2.html">Image service
|
||||
API v2 (CURRENT)</link></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><link xlink:type="simple" xlink:href="api-ref-image-v1.html">Image Service
|
||||
<para><link xlink:type="simple" xlink:href="api-ref-image-v1.html">Image service
|
||||
API v1 (SUPPORTED)</link></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -221,7 +221,7 @@
|
||||
succeeded. A successfully creating image operation shows an
|
||||
image's status of <code>available</code> and the serve's
|
||||
status goes back to the original status. You can also see the
|
||||
new image in the image backend that OpenStack Image Service
|
||||
new image in the image backend that OpenStack Image service
|
||||
manages.
|
||||
</para>
|
||||
<para>Preconditions</para>
|
||||
@ -230,7 +230,7 @@
|
||||
<listitem><para>You can only create a new image from the server
|
||||
when its status is <code>ACTIVE</code>, <code>SHUTOFF</code>,
|
||||
<code>PAUSED</code>, or <code>SUSPENDED</code>.</para></listitem>
|
||||
<listitem><para>The connection to the Image Service is valid.
|
||||
<listitem><para>The connection to the Image service is valid.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
<para>Troubleshooting</para>
|
||||
@ -247,10 +247,10 @@
|
||||
again, investigate the compute backend or ask your cloud provider.
|
||||
</para></listitem>
|
||||
<listitem><para>If the request fails due to an error on OpenStack
|
||||
Compute Service, the image is purged from the image store that
|
||||
OpenStack Image Service manages. Ensure you meet the preconditions
|
||||
Compute service, the image is purged from the image store that
|
||||
OpenStack Image service manages. Ensure you meet the preconditions
|
||||
and run the request again. If the request fails again, investigate
|
||||
OpenStack Compute Service or ask your cloud provider.
|
||||
OpenStack Compute service or ask your cloud provider.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
</wadl:doc>
|
||||
|
@ -365,7 +365,7 @@
|
||||
<itemizedlist>
|
||||
<listitem><para>The user must have enough server quota remaining
|
||||
to create the number of servers requested.</para></listitem>
|
||||
<listitem><para>The connection to the Image Service is
|
||||
<listitem><para>The connection to the Image service is
|
||||
valid.</para></listitem>
|
||||
</itemizedlist>
|
||||
<para>Asynchronous Postconditions</para>
|
||||
@ -987,14 +987,14 @@
|
||||
shows an image's status of <code>available</code> and the
|
||||
serve's status goes back to the original status. You can
|
||||
also see the new image in the image backend that OpenStack
|
||||
Image Service manages.</para>
|
||||
Image service manages.</para>
|
||||
<para>Preconditions</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>The specified server must exist.</para></listitem>
|
||||
<listitem><para>You can only create a new image from the server
|
||||
when its status is <code>ACTIVE</code>, <code>SHUTOFF</code>,
|
||||
<code>PAUSED</code>, or <code>SUSPENDED</code>.</para></listitem>
|
||||
<listitem><para>The connection to the Image Service is valid.
|
||||
<listitem><para>The connection to the Image service is valid.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
<para>Troubleshooting</para>
|
||||
@ -1010,10 +1010,10 @@
|
||||
again, investigate the compute backend or ask your cloud provider.
|
||||
</para></listitem>
|
||||
<listitem><para>If the request fails due to an error on OpenStack
|
||||
Compute Service, the image is purged from the image store that
|
||||
OpenStack Image Service manages. Ensure you meet the preconditions
|
||||
Compute service, the image is purged from the image store that
|
||||
OpenStack Image service manages. Ensure you meet the preconditions
|
||||
and run the request again. If the request fails again, investigate
|
||||
OpenStack Compute Service or ask your cloud provider.</para></listitem>
|
||||
OpenStack Compute service or ask your cloud provider.</para></listitem>
|
||||
</itemizedlist>
|
||||
</wadl:doc>
|
||||
<request>
|
||||
|
@ -132,7 +132,7 @@
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN" title="List API versions"><para
|
||||
role="shortdesc">Lists information about all Image
|
||||
Service API versions.</para>
|
||||
service API versions.</para>
|
||||
</wadl:doc>
|
||||
<response status="200 300">
|
||||
<representation mediaType="application/json">
|
||||
@ -150,7 +150,7 @@
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN"
|
||||
title="Show API v1 details">
|
||||
<para role="shortdesc">Shows details for Image Service API
|
||||
<para role="shortdesc">Shows details for Image service API
|
||||
v1.</para>
|
||||
</wadl:doc>
|
||||
<response status="200 203">
|
||||
|
@ -258,7 +258,7 @@
|
||||
style="plain" required="true" type="xsd:string">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02" xml:lang="EN">
|
||||
<para>Hash of the image data used. The Image Service uses this value for
|
||||
<para>Hash of the image data used. The Image service uses this value for
|
||||
verification.</para>
|
||||
<para>If this field has no value, its
|
||||
value is <code>None</code>.</para>
|
||||
|
@ -82,7 +82,7 @@
|
||||
<wadl:doc xml:lang="EN" title="List API versions"
|
||||
xmlns="http://docbook.org/ns/docbook">
|
||||
<para role="shortdesc">Lists information about all Image
|
||||
Service API versions.</para>
|
||||
service API versions.</para>
|
||||
</wadl:doc>
|
||||
<response status="200 300">
|
||||
<representation mediaType="application/json">
|
||||
@ -202,7 +202,7 @@
|
||||
xmlns:wadl="http://wadl.dev.java.net/2009/02"
|
||||
xml:lang="EN"><para>Name for the image. The
|
||||
name of an image is not unique to a Image
|
||||
Service node. The API cannot expect users
|
||||
service node. The API cannot expect users
|
||||
to know the names of images owned by
|
||||
others.</para></wadl:doc>
|
||||
</param>
|
||||
@ -414,7 +414,7 @@
|
||||
<listitem><para>The image is deleted in images index.
|
||||
</para></listitem>
|
||||
<listitem><para>The binary image data managed by OpenStack
|
||||
Image Service is deleted from the storage node if the
|
||||
Image service is deleted from the storage node if the
|
||||
deleted image stores image data in the node.</para></listitem>
|
||||
</itemizedlist>
|
||||
<para>TroubleShooting</para>
|
||||
@ -459,7 +459,7 @@
|
||||
<listitem><para>The user must have enough image strage quota
|
||||
remaining to store the data.</para></listitem>
|
||||
<listitem><para>Size of the data must be less than OpenStack
|
||||
Image Service restricts.</para></listitem>
|
||||
Image service restricts.</para></listitem>
|
||||
</itemizedlist>
|
||||
<para>Synchronous Postconditions</para>
|
||||
<itemizedlist>
|
||||
@ -467,7 +467,7 @@
|
||||
image status as <code>active</code> through API calls.
|
||||
</para></listitem>
|
||||
<listitem><para>With correct access, you can see the stored
|
||||
data in the storage system that OpenStack Image Service
|
||||
data in the storage system that OpenStack Image service
|
||||
manages.</para></listitem>
|
||||
</itemizedlist>
|
||||
<para>Troubleshooting</para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user