Minor changes to trigger build.
Change-Id: I516c18aca8db3da322f68f09ac838e7e0450407f
This commit is contained in:
parent
6a14a28c55
commit
99950e78fc
@ -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
|
<para>If you don't know your tenantId, you can send a request
|
||||||
with an empty tenantId, such as this JSON example:</para>
|
with an empty tenantId, such as this JSON example:</para>
|
||||||
<programlisting language="bash" role="gutter: false">
|
<programlisting language="bash" role="gutter: false">
|
||||||
'{"auth":{"passwordCredentials":{"username": "usern4me", "password":"passwerd"}, "tenantId":""}}'
|
'{"auth":{"passwordCredentials":{"username": "joecool", "password":"coolword"}, "tenantId":""}}'
|
||||||
</programlisting>
|
</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>
|
<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>
|
<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": [
|
"tenants": [
|
||||||
{
|
{
|
||||||
"enabled": "true",
|
"enabled": "true",
|
||||||
"description": "usern4me",
|
"description": "joecool",
|
||||||
"name": "usern4me",
|
"name": "joecool",
|
||||||
"id": "tenantnnnnnn"
|
"id": "tenantnnnnnn"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -201,8 +201,8 @@ https://arm.trystack.org:5443/v2.0/tokens -d
|
|||||||
"tenant": {
|
"tenant": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"id": "tenantnnnnnn",
|
"id": "tenantnnnnnn",
|
||||||
"name": "usern4me",
|
"name": "joecool",
|
||||||
"description": "usern4me"
|
"description": "joecool"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}</programlisting></para>
|
}</programlisting></para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user