Fix command to verify role removal in docs

The command here doesn't work; update it to a command that does.

Change-Id: I7c34d67f1dd326fb7bb9772c7a56ef9934587608
This commit is contained in:
Jim Rollenhagen 2018-09-26 15:01:20 -04:00
parent 50b2d6aa0e
commit a8e26936a9
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ Remove a role from a user-project pair:
.. code-block:: console
$ openstack role list --user USER_NAME --project TENANT_ID
$ openstack role assignment list --user USER_NAME --project TENANT_ID --names
If the role was removed, the command output omits the removed role.