summaryrefslogtreecommitdiffstats
path: root/keystone/contrib/ec2
Commit message (Expand)AuthorAgeFilesLines
* Remove kwargs from manager calls where not needed.Morgan Fainberg2013-08-011-3/+1
* Merge "Implements Pluggable V2 Token Provider"Jenkins2013-07-161-12/+11
|\
| * Implements Pluggable V2 Token ProviderGuang Yee2013-07-151-12/+11
* | Register ExtensionsAdam Young2013-07-121-0/+20
|/
* Rationalize how we get roles after authentication in the controllersHenry Nash2013-07-101-6/+4
* Stop passing context to managers (bug 1194938)Dolph Mathews2013-06-281-45/+29
* Satisfy flake8 import rules F401 and F403Dolph Mathews2013-05-231-0/+1
* keystone : Use Ec2Signer utility class from keystoneclientSteven Hardy2013-02-261-1/+3
* Ensure user and tenant enabled in EC2Nathanael Burton2013-02-191-0/+3
* Fix spelling mistakesJoe Gordon2013-02-121-1/+1
* Fixes 'not in' operator usageZhongyue Luo2013-02-041-1/+1
* tenant to project in the apisAdam Young2013-01-281-4/+4
* Tenant to Project in Back endsAdam Young2013-01-281-3/+3
* Driver registryDolph Mathews2012-12-211-12/+5
* Move token controller into keystone.tokenDolph Mathews2012-12-121-4/+1
* Expose auth failure details in debug modeDolph Mathews2012-11-201-6/+6
* Ensures User is member of tenant in ec2 validationVishvananda Ishaya2012-11-131-7/+10
* Backslash continuation cleanupZhongyue Luo2012-09-191-6/+8
* Reorder imports by full module pathZhongyue Luo2012-06-201-3/+3
* PEP8 fixesDolph Mathews2012-06-181-40/+45
* Fixes some pep8 warning/errors.Chmouel Boudjnah2012-05-242-2/+2
* ec2-credential-crud 404 (bug 963056)Dolph Mathews2012-03-271-0/+2
* Check values for EC2.Chmouel Boudjnah2012-03-231-6/+55
* Wrapped unexpected exceptions (bug 955411)Dolph Mathews2012-03-201-13/+7
* Added license header (bug 929663)Dolph Mathews2012-03-091-0/+16
* Fix EC2 credentials crud after policy backend changeDean Troyer2012-03-091-1/+1
* Improve auth_str_equal().Russell Bryant2012-03-061-2/+2
* Use constant time string comparisons for auth.Russell Bryant2012-02-291-2/+2
* Added Apache 2.0 License information.Monty Taylor2012-02-153-0/+42
* Add token expirationBrian Waldon2012-02-141-2/+1
* Add TokenNotFound exceptionBrian Waldon2012-02-101-2/+6
* Merge "termie all the things" into reduxJenkins2012-02-081-4/+4
|\
| * termie all the thingsDolph Mathews2012-02-081-4/+4
* | Add auth checks to ec2 credential crud operationsBrian Waldon2012-02-081-9/+49
|/
* remove extra lineVishvananda Ishaya2012-02-061-1/+0
* Make ec2 auth actually workVishvananda Ishaya2012-02-061-3/+12
* minor docstring update for new locationsJoe Heck2012-02-021-1/+1
* indents.Chmouel Boudjnah2012-01-261-5/+5
* Simplify code.Chmouel Boudjnah2012-01-261-21/+31
* fix pep8termie2012-01-231-4/+4
* ec2 docsJesse Andrews2012-01-201-6/+76
* simple docstrings for ec2 crudJesse Andrews2012-01-191-1/+4
* get docs workingtermie2012-01-191-3/+0
* fix pep8termie2012-01-183-4/+2
* fix some importstermie2012-01-182-5/+1
* split up sql backends tootermie2012-01-181-0/+57
* split up the services and kvs backendstermie2012-01-184-1/+167
* establish basic structuretermie2012-01-182-0/+24