summaryrefslogtreecommitdiffstats
path: root/keystone/token/backends/kvs.py
Commit message (Expand)AuthorAgeFilesLines
* Add delegated_auth support for keystoneSteve Martinelli2013-08-161-1/+27
* Refactor Keystone to use unified logging from OsloLance Bragstad2013-08-151-1/+1
* Deprecate kvs token backendJoe Gordon2013-07-221-0/+14
* Implements Pluggable V3 Token ProviderGuang Yee2013-07-121-3/+0
* Remove unused variables (flake8 F841)Dolph Mathews2013-05-231-1/+0
* Implement Token Flush via keystone-manage.Jamie Lennox2013-05-211-0/+6
* Allow backend & client SQL tests on mysql and pg.Jamie Lennox2013-05-101-0/+1
* extracting user and trust ids into normalized fieldsAdam Young2013-03-151-2/+2
* Delete tokens for userAdam Young2013-03-081-20/+40
* TrustsAdam Young2013-03-051-3/+13
* Test drivers return HTTP 501 Not ImplementedDolph Mathews2012-12-121-7/+7
* Properly list tokens with a null tenantVishvananda Ishaya2012-11-131-4/+6
* key all backends off of hash of pki token.Adam Young2012-11-011-0/+3
* Limit token revocation to tenant (bug 1050025)Dolph Mathews2012-09-131-5/+10
* PKI Token revocationMaru Newby2012-08-161-1/+15
* Keystone should use openstack.common.timeutilsZhongyue Luo2012-06-291-4/+3
* Refactor 404's into managers & drivers (bug 968519)Dolph Mathews2012-06-271-5/+8
* Invalidate user tokens when password is changedDerek Higgins2012-05-111-0/+15
* making all use of time follow datetime.utcnow()Joe Heck2012-03-131-1/+1
* Added Apache 2.0 License information.Monty Taylor2012-02-151-0/+14
* Add token expirationBrian Waldon2012-02-141-5/+13
* Add TokenNotFound exceptionBrian Waldon2012-02-101-3/+10
* adding a token service Driver to define the interfaceJoe Heck2012-02-061-1/+2
* fix pep8termie2012-01-181-0/+1
* update some namestermie2012-01-181-1/+1
* split up the services and kvs backendstermie2012-01-181-0/+15