Correct keystone user-role-list command

The example command of user-role-list in keystone verify section is
wrong, which should add required parameters --user and --tenant.

Change-Id: I2447d1574536f7575297d1664861a7c8c0b1a25c
Closes-Bug: #1304546
This commit is contained in:
ZhiQiang Fan 2014-04-09 04:08:37 +08:00
parent adf486db82
commit 88d007d6f7

View File

@ -75,7 +75,7 @@ export OS_AUTH_URL=http://controller:35357/v2.0</programlisting>
| 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 --user admin --tenant admin</userinput>
<computeroutput>+----------------------------------+----------+----------------------------------+----------------------------------+
| id | name | user_id | tenant_id |
+----------------------------------+----------+----------------------------------+----------------------------------+