Merge "Get rid of bad links to stuff that's moved to the attic"
This commit is contained in:
commit
19a11c6035
@ -289,12 +289,12 @@
|
||||
</itemizedlist>
|
||||
<para>You can also use the &PATCH; method to add or remove
|
||||
image properties.</para>
|
||||
<para>For information about the &PATCH; method and the
|
||||
available media types, see <link
|
||||
xlink:href="http://docs.openstack.org/api/openstack-image-service/2.0/content/appendix-b-http-patch-media-types.html"
|
||||
>Appendix B: HTTP PATCH media types</link> in the
|
||||
<citetitle>OpenStack Image Service API v2
|
||||
Reference</citetitle>.</para>
|
||||
<para>
|
||||
For information about the &PATCH; method and the available
|
||||
media types, see <link
|
||||
xlink:href="http://specs.openstack.org/openstack/glance-specs/specs/api/v2/http-patch-image-api-v2.html">Image
|
||||
API v2 HTTP PATCH media types</link>.
|
||||
</para>
|
||||
<para>Preconditions</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>When adding or replacing a new location
|
||||
|
@ -99,12 +99,14 @@
|
||||
<para role="shortdesc">Shows details for a specified
|
||||
account and lists containers, sorted by name, in the
|
||||
account.</para>
|
||||
<para>The sort order for the name is based on a <link
|
||||
xlink:href="http://www.sqlite.org/datatype3.html#collation"
|
||||
>binary comparison</link>, a single built-in
|
||||
collating sequence that compares string data by using
|
||||
the SQLite <literal>memcmp()</literal> function,
|
||||
regardless of text encoding.</para>
|
||||
<para>
|
||||
The sort order for the name is based on a binary comparison, a
|
||||
single built-in collating sequence that compares string data
|
||||
by using the SQLite <literal>memcmp()</literal> function,
|
||||
regardless of text encoding. See <link
|
||||
xlink:href="http://www.sqlite.org/datatype3.html#collation"
|
||||
>Collating Sequences</link>.
|
||||
</para>
|
||||
<para>This operation does not accept a request
|
||||
body.</para>
|
||||
<para>Example requests and responses:</para><itemizedlist>
|
||||
@ -1041,28 +1043,35 @@ Date: Thu, 16 Jan 2014 21:13:19 GMT</programlisting></para>
|
||||
objects. For more information about form &POST; see
|
||||
<link
|
||||
xlink:href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/"
|
||||
><citetitle>OpenStack Object Storage API v1
|
||||
Reference</citetitle></link>.</para>
|
||||
<para>Example requests and
|
||||
responses:</para><itemizedlist><listitem><para>Create
|
||||
object metadata:</para><para><code>curl -i
|
||||
$publicURL/marktwain/goodbye -X POST -H
|
||||
"X-Auth-Token: $token" -H
|
||||
"X-Object-Meta-Book:
|
||||
GoodbyeColumbus"</code></para>
|
||||
<para><programlisting>HTTP/1.1 202 Accepted
|
||||
><citetitle>Object Storage API v1 (SUPPORTED)</citetitle></link>.</para>
|
||||
<para>
|
||||
Example requests and responses:
|
||||
</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
Create object metadata:
|
||||
</para>
|
||||
<para>
|
||||
<programlisting>curl -i $publicURL/marktwain/goodbye -X POST -H "X
|
||||
-Auth-Token: $token" -H "X-Object-Meta-Book: GoodbyeColumbus"</programlisting>
|
||||
</para>
|
||||
<para>
|
||||
<programlisting>HTTP/1.1 202 Accepted
|
||||
Content-Length: 76
|
||||
Content-Type: text/html; charset=UTF-8
|
||||
X-Trans-Id: txb5fb5c91ba1f4f37bb648-0052d84b3f
|
||||
Date: Thu, 16 Jan 2014 21:12:31 GMT
|
||||
|
||||
<html><h1>Accepted</h1><p>The request is accepted for processing.</p></html></programlisting></para></listitem>
|
||||
<listitem><para>Update object
|
||||
metadata:</para><para><code>curl -i
|
||||
$publicURL/marktwain/goodbye -X POST -H
|
||||
"X-Auth-Token: $token" -H
|
||||
"X-Object-Meta-Book:
|
||||
GoodbyeOldFriend"</code></para>
|
||||
<html><h1>Accepted</h1><p>The request is accepted for processing.</p></html></programlisting>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Update object metadata:
|
||||
</para>
|
||||
<para><programlisting>curl -i $publicURL/marktwain/goodbye -X POST -H "X-Auth-Token: $token" H "X-Object-Meta-Book: GoodbyeOldFriend"</programlisting>
|
||||
</para>
|
||||
<para><programlisting>HTTP/1.1 202 Accepted
|
||||
Content-Length: 76
|
||||
Content-Type: text/html; charset=UTF-8
|
||||
|
Loading…
x
Reference in New Issue
Block a user