summaryrefslogtreecommitdiff
path: root/doc/source/data
diff options
context:
space:
mode:
authorphil-hopkins-a <phil.hopkins@rackspace.com>2017-06-09 14:07:26 -0500
committerphil-hopkins-a <phil.hopkins@rackspace.com>2017-06-09 14:07:26 -0500
commit40adedf6cd869b67ae7cb37687d7fcf17d63399d (patch)
treefd265c64d999d40c82e81ca8b6917efe09a70a64 /doc/source/data
parentf403ff9e9c3e66a88042150f855917adda25ab53 (diff)
downloadpython-openstackclient-40adedf6cd869b67ae7cb37687d7fcf17d63399d.tar.gz
Fix Mapping Guide Error
The mapping guide showed that the openstack command for tokek-get issue token. It should have been token issue. Change-Id: I233d45ab0f4229caa9a725c931f11b3374270822 Closes-Bug: 1696246
Diffstat (limited to 'doc/source/data')
-rw-r--r--doc/source/data/keystone.csv4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/data/keystone.csv b/doc/source/data/keystone.csv
index b1364010..03c34704 100644
--- a/doc/source/data/keystone.csv
+++ b/doc/source/data/keystone.csv
@@ -21,7 +21,7 @@ tenant-delete,project delete,Delete tenant.
tenant-get,proejct show,Display tenant details.
tenant-list,project list,List all tenants.
tenant-update,project set,"Update tenant name, description, enabled status."
-token-get,issue token,Display the current user token.
+token-get,token issue,Display the current user token.
user-create,user create,Create new user.
user-delete,user delete,Delete user.
user-get,user show,Display user details.
@@ -34,4 +34,4 @@ user-update,user set,"Update user's name, email, and enabled status."
discover,WONTFIX,"Discover Keystone servers, supported API versions and extensions."
bootstrap,WONTFIX,"Grants a new role to a new user on a new tenant, after creating each."
bash-completion,complete,Prints all of the commands and options to stdout.
-help,help,Display help about this program or one of its subcommands. \ No newline at end of file
+help,help,Display help about this program or one of its subcommands.