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:
parent
e207423d38
commit
b68c2864cf
@ -68,11 +68,13 @@ export OS_AUTH_URL=http://controller:35357/v2.0</programlisting>
|
||||
<para>Verify that your admin account has authorization to
|
||||
perform administrative commands:</para>
|
||||
<screen><prompt>$</prompt> <userinput>keystone user-list</userinput>
|
||||
<computeroutput>+----------------------------------+---------+--------------------+--------+
|
||||
| id | enabled | email | name |
|
||||
+----------------------------------+---------+--------------------+--------+
|
||||
| a4c2d43f80a549a19864c89d759bb3fe | True | admin@example.com | admin |
|
||||
+----------------------------------+---------+--------------------+--------+</computeroutput></screen>
|
||||
<computeroutput>+----------------------------------+-------+---------+-------------------+
|
||||
| id | name | enabled | email |
|
||||
+----------------------------------+-------+---------+-------------------+
|
||||
| afea5bde3be9413dbd60e479fddf9228 | admin | True | admin@example.com |
|
||||
| 32aca1f9a47540c29d6988091f76c934 | demo | True | demo@example.com |
|
||||
+----------------------------------+-------+---------+-------------------+
|
||||
</computeroutput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>keystone user-role-list</userinput>
|
||||
<computeroutput>+----------------------------------+----------+----------------------------------+----------------------------------+
|
||||
| id | name | user_id | tenant_id |
|
||||
|
Loading…
x
Reference in New Issue
Block a user