Fix example for getting system scoped token

Previously, the example for getting a system scoped token read
`--os-system` which does not work.

Change-Id: Ic7d6e089f0c28e026192e83b56b487180bca09e3
Closes-Bug: 1797939
Signed-off-by: Magnus Lööf <magnus.loof@basalt.se>
This commit is contained in:
Magnus Lööf 2018-10-18 19:51:57 +02:00
parent c1e57e57cc
commit 33295032d9
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ title=Create system-scoped token
status=mandatory
notes=All token providers must be capable of issuing system-scoped tokens.
cli=openstack --os-username=<username> --os-user-domain-name=<domain>
--os-system token issue
--os-system-scope all token issue
driver-impl-fernet=complete
[operation.create_project_scoped_token]