summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2014-06-26 18:20:35 -0500
committerDean Troyer <dtroyer@gmail.com>2014-06-27 09:14:58 -0500
commit1fca946890be22f51463975c1bf6449b8680c23a (patch)
treeafa95b303f5be8aa761f96f2bf2e39b5480c6ad4 /setup.cfg
parent8f59524c3e1ff3f34474d0cfcd217bc9fe0cbfc1 (diff)
downloadpython-openstackclient-1fca946890be22f51463975c1bf6449b8680c23a.tar.gz
Rename token classes to match command
The token create/delete commands were renamed but not the class names. Rename them to match. Change-Id: Icbf9c0a954ed0332fa4c99e4ee2612bb11f89e3a
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 8e4e4143..4c561047 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -153,8 +153,8 @@ openstack.identity.v2_0 =
service_list =openstackclient.identity.v2_0.service:ListService
service_show =openstackclient.identity.v2_0.service:ShowService
- token_issue =openstackclient.identity.v2_0.token:CreateToken
- token_revoke =openstackclient.identity.v2_0.token:DeleteToken
+ token_issue = openstackclient.identity.v2_0.token:IssueToken
+ token_revoke = openstackclient.identity.v2_0.token:RevokeToken
user_role_list = openstackclient.identity.v2_0.role:ListUserRole
@@ -236,7 +236,7 @@ openstack.identity.v3 =
service_show = openstackclient.identity.v3.service:ShowService
service_set = openstackclient.identity.v3.service:SetService
- token_issue = openstackclient.identity.v3.token:CreateToken
+ token_issue = openstackclient.identity.v3.token:IssueToken
user_create = openstackclient.identity.v3.user:CreateUser
user_delete = openstackclient.identity.v3.user:DeleteUser