summaryrefslogtreecommitdiff
path: root/openstackclient/identity/v3/consumer.py
Commit message (Collapse)AuthorAgeFilesLines
* Fine tune some of the helps commandsSteve Martinelli2015-01-131-1/+1
| | | | | | | | | try and add some consistency with the show and delete commands. replace 'show x' with 'display x' change 'delete a y' with just 'delete y' Change-Id: I47dfa8ee23ac5c41b355796415eb515155832f65
* Command doc: consumerSteve Martinelli2015-01-081-11/+11
| | | | Change-Id: Ie687e1d7f80810106a64204828299f9d143b8d7c
* Remove links from oauth consumersSteve Martinelli2014-11-131-6/+4
| | | | | | | This should be the last of the v3 identity objects that return a links section upon create or show. Change-Id: I45a3b43c303bfed73950095bec8860cbea7a559c
* Refactor oauth1 code for updatesSteve Martinelli2014-06-141-14/+9
| | | | | | | | | | | | | | | | The keystoneclient code for oauth1 support has changed. As such, we should remove the delete, list and authenticate functions, since they are not in keystoneclient. Also, we must now pass in the project id when creating a request token. Additionally we must now pass in roles when authorizing a request token. Added functional tests to ensure output and input args are the same. bp add-oauth-support Change-Id: I559c18a73ad95a0c8b7a6a95f463b78334186f61
* replace string format arguments with function parametersChristian Berendt2014-05-201-5/+5
| | | | | | | | There are files containing string format arguments inside logging messages. Using logging function parameters should be preferred. Change-Id: Ic749ac9eb55564ed631d57055a5a4dfc3aebd169
* Re-order oauth commands and sync with keystoneclientSteve Martinelli2013-08-211-0/+157
1) split out token and consumer 2) sync parameters with keystoneclient Change-Id: I2d529f0f9087f9939101e963af3d801497fc1171