diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2013-07-31 13:54:39 -0500 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2013-07-31 13:54:39 -0500 |
| commit | ce17a0b58877525cf39f0427f4874877fcf804ca (patch) | |
| tree | e4176b72aac0f246ed73b25a1a256dc8893da37e /setup.cfg | |
| parent | 661da45f58d3a48cce4720aa2f10b6cd616376e8 (diff) | |
| download | python-openstackclient-ce17a0b58877525cf39f0427f4874877fcf804ca.tar.gz | |
Remove 'oauth authorization show' function from identity v3
Remove the mentioned function since I removed it in the client.
Change-Id: I45e713a1cdad92d257b895adfaa269404be6e6d8
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -113,7 +113,6 @@ openstack.identity.v3 = oauth_request_token_create = openstackclient.identity.v3.oauth:CreateRequestToken oauth_authorization_delete = openstackclient.identity.v3.oauth:DeleteUserAuthorization oauth_authorization_list = openstackclient.identity.v3.oauth:ListUserAuthorizations - oauth_authorization_show = openstackclient.identity.v3.oauth:ShowAuthorizationPin policy_create = openstackclient.identity.v3.policy:CreatePolicy policy_delete = openstackclient.identity.v3.policy:DeletePolicy |
