Replaced some UTF-8 characters with ASCII characters

Replaced some UTF-8 characters with ASCII characters or entities as
appropriate.

Change-Id: I419bc5463eb6c010413fadba2af3a4d0e385bc8b
This commit is contained in:
Christian Berendt 2014-07-07 19:33:11 +02:00
parent 68a2309949
commit d427c902a0
4 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@
service capabilities, based on roles defined by Rackspace (see
<xref linkend="RBAC_product_roles_table"/>). The
permissions to perform certain operations in the &PRODNAME;
API create, read, update, delete are assigned to specific
API - create, read, update, delete - are assigned to specific
roles. The account owner assigns these roles, either
multiproduct (global) or product-specific (for example, &PROD; only)
to account users. </para>

View File

@ -782,7 +782,7 @@
<para>You will find your tenant Id after the final '/' in the
<code>publicURL</code> field returned by the authentication
response. For example, in Example 2,
“Authentication Response for US Endpoint: JSON” the
"Authentication Response for US Endpoint: JSON" the
<code>publicURL</code> field for <code>secrets</code>
("https://&lt;endpoint&gt;/v1.0/<emphasis
role="bold">1100111</emphasis>") shows that the tenant Id is

View File

@ -794,7 +794,7 @@ Location: http://<replaceable>endpointURL</replaceable>/12345/secrets/a83018d1-e
x-openstack-request-id: req-ea090bd4-5bfc-47ae-a388-746485d947f1
{
"secret_ref": "http://<replaceable>endpointURL/</replaceable>v1/12345/secrets/a83018d1-e657-4957-9ddd-42a479753e6b
"secret_ref": "http://<replaceable>endpointURL/</replaceable>v1/12345/secrets/a83018d1-e657-4957-9ddd-42a479753e6b"
}
</programlisting>
</para>
@ -817,7 +817,7 @@ x-openstack-request-id: req-ea090bd4-5bfc-47ae-a388-746485d947f1
secret key file you just created as sghown
in the following example:</para>
<para>
<programlisting>curl -i -X PUT -H 'Content-Type: application/octet-stream \
<programlisting>curl -i -X PUT -H 'Content-Type: application/octet-stream' \
-T ./secret_key_file http://<replaceable>endpointURL</replaceable>/v1/12345/secrets/a83018d1-e657-4957-9ddd-42a479753e6b
</programlisting>
</para></listitem>

View File

@ -1,2 +1,2 @@
curl -i -X PUT -H 'Content-Type: application/octet-stream \
-T ./secret_key_file http://endpointURL/v1/12345/secrets/a83018d1-e657-4957-9ddd-42a479753e6b
curl -i -X PUT -H 'Content-Type: application/octet-stream' \
-T ./secret_key_file http://endpointURL/v1/12345/secrets/a83018d1-e657-4957-9ddd-42a479753e6b