summaryrefslogtreecommitdiff
path: root/keystoneclient/base.py
Commit message (Expand)AuthorAgeFilesLines
* Prevent dictionary size from changing while iterating over its itemsCyril Roelandt2014-01-061-10/+8
* Python3: replace urllib by six.moves.urllibCyril Roelandt2013-12-121-3/+11
* Apply six for metaclassfujioka yuuichi2013-10-181-2/+1
* Merge "python3: Refactor dict for python2/python3 compat"Jenkins2013-10-161-1/+1
|\
| * python3: Refactor dict for python2/python3 compatChuck Short2013-10-111-1/+1
* | Replace OpenStack LLC with OpenStack Foundation0.4.1ZhiQiang Fan2013-10-171-1/+1
|/
* Standardize base.py with novaclientAlessio Ababilov2013-08-271-42/+141
* Fix and enable Gating on H404Dirk Mueller2013-08-151-17/+9
* Reorganize url creation.Jamie Lennox2013-07-291-41/+56
* Merge "Add find() method to CrudManager"Jenkins2013-06-061-0/+22
|\
| * Add find() method to CrudManagerDean Troyer2013-05-301-0/+22
* | Make ManagerWithFind abstract and fix TokenManagerAlessio Ababilov2013-05-191-0/+8
|/
* Revert "Use TokenManager to get token"Dolph Mathews2013-04-301-3/+2
* Use TokenManager to get tokenJulien Danjou2013-04-191-2/+3
* Add name arguments to keystone command.Ken'ichi Ohmichi2013-01-171-3/+7
* Use requests module for HTTP/HTTPSDean Troyer2012-12-181-1/+1
* Add command to allow users to change their own passwordDerek Higgins2012-11-271-3/+5
* fixes 1075376Joe Heck2012-11-061-2/+2
* Fixed httplib2 mocking (bug 1050091, bug 1050097)Dolph Mathews2012-10-091-1/+4
* Manager for generic CRUD on v3Dolph Mathews2012-10-041-0/+111
* Add generic entity.delete()Dolph Mathews2012-09-111-0/+3
* Add support for HEAD and PATCHDolph Mathews2012-09-111-2/+7
* Don't need to lazy load resources loaded from APIDolph Mathews2012-09-111-3/+3
* pep8 1.1 changes and updatesJoe Heck2012-06-011-2/+2
* Fixes user update methods.Tihomir Trifonov2012-02-151-2/+8
* Updates client to work with keystone essex roles API routes.Gabriel Hurley2012-01-281-2/+4
* Initial commit.Gabriel Hurley2011-10-251-0/+191