Fix example user-list in keystone install
In Icehouse, the response changed slightly, and we now add a second user in the guide. Change-Id: I38a72c9826ad6344db7ae11dce64b847e94bd746
This commit is contained in:
@@ -68,11 +68,13 @@ export OS_AUTH_URL=http://controller:35357/v2.0</programlisting>
|
|||||||
<para>Verify that your admin account has authorization to
|
<para>Verify that your admin account has authorization to
|
||||||
perform administrative commands:</para>
|
perform administrative commands:</para>
|
||||||
<screen><prompt>$</prompt> <userinput>keystone user-list</userinput>
|
<screen><prompt>$</prompt> <userinput>keystone user-list</userinput>
|
||||||
<computeroutput>+----------------------------------+---------+--------------------+--------+
|
<computeroutput>+----------------------------------+-------+---------+-------------------+
|
||||||
| id | enabled | email | name |
|
| id | name | enabled | email |
|
||||||
+----------------------------------+---------+--------------------+--------+
|
+----------------------------------+-------+---------+-------------------+
|
||||||
| a4c2d43f80a549a19864c89d759bb3fe | True | admin@example.com | admin |
|
| afea5bde3be9413dbd60e479fddf9228 | admin | True | admin@example.com |
|
||||||
+----------------------------------+---------+--------------------+--------+</computeroutput></screen>
|
| 32aca1f9a47540c29d6988091f76c934 | demo | True | demo@example.com |
|
||||||
|
+----------------------------------+-------+---------+-------------------+
|
||||||
|
</computeroutput></screen>
|
||||||
<screen><prompt>$</prompt> <userinput>keystone user-role-list</userinput>
|
<screen><prompt>$</prompt> <userinput>keystone user-role-list</userinput>
|
||||||
<computeroutput>+----------------------------------+----------+----------------------------------+----------------------------------+
|
<computeroutput>+----------------------------------+----------+----------------------------------+----------------------------------+
|
||||||
| id | name | user_id | tenant_id |
|
| id | name | user_id | tenant_id |
|
||||||
|
Reference in New Issue
Block a user