summaryrefslogtreecommitdiff
path: root/keystoneclient/v3/credentials.py
Commit message (Collapse)AuthorAgeFilesLines
* Docs for v3 credentialsBrant Knudson2015-02-091-0/+47
| | | | | | | | | | The v3 credentials API was unusable because the docs didn't include any information about what parameters are passed to the CredentialManager methods. Also, the attributes for the Credential objects was incomplete. Change-Id: I6872f217c75ae94611749c59be0dd6941170fd57
* I18nBrant Knudson2014-10-281-1/+2
| | | | | | | | | | | Keystoneclient didn't provide translated messages. With this change, the messages are marked for translation. DocImpact Implements: blueprint keystoneclient-i18n Change-Id: I85263a71671a1dffed524185266e6bb7ae559630
* Start using positional decoratorJamie Lennox2014-03-251-0/+3
| | | | | | | | | Apply the positional decorator to functions. It has been added as I think best practice would dictate, though in some places it has been added in a way that doesn't break existing tests. Closes-Bug: #1295881 Change-Id: I4f7ddbede4cba4ab79d144ad1f9dc83ea76f204a
* Consistently support kwargs across all v3 CRUD Manager opsDivyesh Khandeshi2014-01-221-6/+13
| | | | | | | Co-Authored-By: Saju Madhavan <sajuptpm@gmail.com> Closes-Bug: 1047867 Implements: blueprint extensible-crud-manager-operations Change-Id: I64e11bcf3797eb84e4695605daea9749259d78ec
* Fix error in v3 credentials create/updateSteven Hardy2013-12-201-4/+19
| | | | | | | | | | | | The v3 credentials passes data associated with the credential in a "data" key, but the underlying API expects "blob", which is also what is documented in the API spec. Currently any attempt to create a credential with a type of 'ec2' will fail with 'Invalid blob in credential' So s/data/blob to fix. Change-Id: I0858e8c39653477eb554ee9d15fb4f2dde2b195c Closes-Bug: #1259461
* Replace OpenStack LLC with OpenStack Foundation0.4.1ZhiQiang Fan2013-10-171-1/+1
| | | | | | | | | | Some files still use trademark OpenStack LLC in header, which should be changed to OpenStack Foundation. NOTE: tools/install_venv.py is not touched, should sync with oslo Change-Id: I01d4f6b64cf1a152c4e190407799ce7d53de845f Fixes-Bug: #1214176
* fix discrepancies seen in domain and credential, v3 - bug 1109349Steve Martinelli2013-01-301-0/+3
| | | | | | | | | | domains.py added list method added args private_project_names and private_user_names to create and update credentials.py added list method Change-Id: I0d231e909742bb56b79c91d3d0f7dac3bd3ec552
* v3 Credential CRUDDolph Mathews2012-10-091-0/+57
Change-Id: I646ff7db3ccf827f912ebdb78fdf8d765d52c26c