Minor changes to trigger build.

Change-Id: I516c18aca8db3da322f68f09ac838e7e0450407f
This commit is contained in:
annegentle 2012-12-04 16:50:36 -06:00
parent 6a14a28c55
commit 99950e78fc

View File

@ -155,7 +155,7 @@ https://arm.trystack.org:5443/v2.0/tokens -d
<para>If you don't know your tenantId, you can send a request
with an empty tenantId, such as this JSON example:</para>
<programlisting language="bash" role="gutter: false">
'{"auth":{"passwordCredentials":{"username": "usern4me", "password":"passwerd"}, "tenantId":""}}'
'{"auth":{"passwordCredentials":{"username": "joecool", "password":"coolword"}, "tenantId":""}}'
</programlisting>
<para>Then, with the auth token that returns, fill in a request using the X-Auth-Token header as an authentication to get your tenantId:</para>
<programlisting>curl -H "X-Auth-Token:6de6d45d-d198-4222-9b4c-7a280aa24888" http://arm.trystack.org:5000/v2.0/tenants</programlisting>
@ -165,8 +165,8 @@ https://arm.trystack.org:5443/v2.0/tokens -d
"tenants": [
{
"enabled": "true",
"description": "usern4me",
"name": "usern4me",
"description": "joecool",
"name": "joecool",
"id": "tenantnnnnnn"
}
]
@ -201,8 +201,8 @@ https://arm.trystack.org:5443/v2.0/tokens -d
"tenant": {
"enabled": true,
"id": "tenantnnnnnn",
"name": "usern4me",
"description": "usern4me"
"name": "joecool",
"description": "joecool"
}
}
}</programlisting></para>