Add example output for 'keystone token-get' in the Installation Guide
Change-Id: Ibf7dccb5abd0b6ae76b4c878bbf3824a9c42e263
This commit is contained in:
@@ -87,12 +87,18 @@
|
||||
<para>As the <literal>demo</literal> tenant and user, request an
|
||||
authentication token:</para>
|
||||
<screen><prompt>$</prompt> <userinput>keystone --os-tenant-name demo --os-username demo --os-password <replaceable>DEMO_PASS</replaceable> \
|
||||
--os-auth-url http://controller:35357/v2.0 token-get</userinput></screen>
|
||||
--os-auth-url http://controller:35357/v2.0 token-get</userinput>
|
||||
<computeroutput>+-----------+----------------------------------+
|
||||
| Property | Value |
|
||||
+-----------+----------------------------------+
|
||||
| expires | 2014-10-10T12:51:33Z |
|
||||
| id | 1b87ceae9e08411ba4a16e4dada04802 |
|
||||
| tenant_id | 4aa51bb942be4dd0ac0555d7591f80a6 |
|
||||
| user_id | 7004dfa0dda84d63aef81cf7f100af01 |
|
||||
+-----------+----------------------------------+</computeroutput></screen>
|
||||
<para>Replace <replaceable>DEMO_PASS</replaceable> with the password
|
||||
you chose for the <literal>demo</literal> user in the Identity
|
||||
service.</para>
|
||||
<para>Lengthy output that includes a token value verifies operation
|
||||
for the <literal>demo</literal> tenant and user.</para>
|
||||
</step>
|
||||
<step>
|
||||
<para>As the <literal>demo</literal> tenant and user, attempt to list
|
||||
|
Reference in New Issue
Block a user