summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0/users.py
Commit message (Expand)AuthorAgeFilesLines
* Do not send user ids as payloadBoris Bobrov2016-07-291-7/+3
* Fixing D105 PEP257Navid Pustchi2016-05-041-0/+1
* Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-041-1/+0
* Fixing D204, D205, and D207 PEP257 violation.Navid Pustchi2016-05-041-0/+2
* Remove "deprecated" internal methodBrant Knudson2015-12-291-1/+1
* Stop using Manager.apiBrant Knudson2015-07-261-1/+2
* Make keystoneclient use an adapterJamie Lennox2014-11-211-1/+1
* Don't log sensitive auth dataJamie Lennox2014-07-241-3/+4
* Merge "Pass roles manager to user manager"Jenkins2014-07-111-2/+6
|\
| * Pass roles manager to user managerJamie Lennox2014-07-041-2/+6
* | Merge "Keystoneclient create user API should have optional password."Jenkins2014-07-071-1/+2
|\ \ | |/ |/|
| * Keystoneclient create user API should have optional password.Juan Manuel Olle2014-07-011-1/+2
* | Update keystoneclient code to account for hacking 0.9.2Steve Martinelli2014-06-191-1/+1
|/
* Python3: replace urllib by six.moves.urllibCyril Roelandt2013-12-121-2/+2
* keystoneclient requires an email address when creating a userChristian Schwede2013-11-261-2/+1
* Replace OpenStack LLC with OpenStack Foundation0.4.1ZhiQiang Fan2013-10-171-1/+1
* Fix and enable Gating on H404Dirk Mueller2013-08-151-22/+8
* Fix and enable gating on H402Dirk Mueller2013-07-121-1/+1
* change "int(marker)" to "marker" on user list pagination.Zhenguo Niu2013-05-141-1/+1
* Add command to allow users to change their own passwordDerek Higgins2012-11-271-0/+12
* Merge "Updated Sphinx documentation"Jenkins2012-06-071-0/+2
|\
| * Updated Sphinx documentationLorin Hochstein2012-06-011-0/+2
* | pep8 1.1 changes and updatesJoe Heck2012-06-011-1/+1
|/
* Improve usability of CLI.jakedahn2012-02-231-1/+1
* Restores proper PUT method for user update now that KSL supports it.Gabriel Hurley2012-02-161-1/+1
* Fixes user update methods.Tihomir Trifonov2012-02-151-9/+12
* Merge "Updates client to work with keystone essex roles API routes."Jenkins2012-01-301-0/+7
|\
| * Updates client to work with keystone essex roles API routes.Gabriel Hurley2012-01-281-0/+7
* | Merge "Enabling/disabling users should use OS-KSADM extension (bug 922394)"Jenkins2012-01-301-1/+2
|\ \ | |/ |/|
| * Enabling/disabling users should use OS-KSADM extension (bug 922394)Dolph Mathews2012-01-271-1/+2
* | Add limit and marker to user_list and tenant_listAnthony Young2012-01-261-3/+16
|/
* pep8 cleanupJoe Heck2011-11-101-7/+9
* Initial commit.Gabriel Hurley2011-10-251-0/+101