446e6f2fa8
In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ie67c0152d8ff8b7c456f91dc8b9a9164437ee9d1
28 lines
380 B
ReStructuredText
28 lines
380 B
ReStructuredText
=========
|
|
user role
|
|
=========
|
|
|
|
Identity v2
|
|
|
|
user role list
|
|
--------------
|
|
|
|
List user-role assignments
|
|
|
|
*Removed in version 3.*
|
|
|
|
.. program:: user role list
|
|
.. code:: bash
|
|
|
|
openstack user role list
|
|
[--project <project>]
|
|
[<user>]
|
|
|
|
.. option:: --project <project>
|
|
|
|
Filter users by `<project>` (name or ID)
|
|
|
|
.. describe:: <user>
|
|
|
|
User to list (name or ID)
|