summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update sample data and keystone-manage for local install of OpenStackZiad Sawalha2011-06-112-27/+36
| |
* | Merge pull request #25 from gholt/masterZiad Sawalha2011-06-112-123/+93
|\ \ | | | | | | Put updated Swift Quickstart into README.md
| * | Put updated Swift Quickstart into README.mdgholt2011-06-112-123/+93
|/ /
* | API v2.0 ProposalZiad Sawalha2011-06-102-15/+20
| |
* | Merge pull request #24 from yogirackspace/masterZiad Sawalha2011-06-108-19/+232
|\ \ | | | | | | Doc changes.
| * | Doc updates.Minor keyston-manage changes.Yogeshwar Srikrishnan2011-06-103-94/+142
| | |
| * | Doc updates.Yogeshwar Srikrishnan2011-06-101-2/+13
| | |
| * | Doc updates.Yogeshwar Srikrishnan2011-06-106-9/+163
| | |
* | | set nova admin role if keystone user has "Admin" roleJesse Andrews2011-06-091-0/+3
| | |
* | | Merge pull request #23 from yogirackspace/masterZiad Sawalha2011-06-0913-100/+285
|\| | | | | | | | Changes to return service catalog and support auth 1.0/1.1 style calls.
| * | Rename file.Ziad suggestion.Yogeshwar Srikrishnan2011-06-091-0/+0
| | |
| * | Name changes suggested by Ziad.Yogeshwar Srikrishnan2011-06-092-13/+14
| | |
| * | Merge remote branch 'rackspace/master'Yogeshwar Srikrishnan2011-06-092-23/+129
| |\ \ | |/ / |/| |
| * | Minor fixes.Yogeshwar Srikrishnan2011-06-092-10/+12
| | |
| * | Code cleanup.Yogeshwar Srikrishnan2011-06-093-20/+5
| | |
| * | PEP8 changes.Yogeshwar Srikrishnan2011-06-097-53/+59
| | |
| * | Removing redundant files.Yogeshwar Srikrishnan2011-06-083-240/+0
| | |
| * | Changing to legacy auth to standard wsgi middleware.Name change of some of ↵Yogeshwar Srikrishnan2011-06-081-0/+140
| | | | | | | | | | | | the files.
| * | Changing to legacy auth to standard wsgi middleware.Yogeshwar Srikrishnan2011-06-087-203/+87
| | |
| * | Introducing new frontend component to handle rackspace legacy calls.Yogeshwar Srikrishnan2011-06-081-0/+17
| | |
| * | Introducing new frontend component to handle rackspace legacy calls.Yogeshwar Srikrishnan2011-06-084-5/+271
| | |
| * | Removing debug printYogeshwar Srikrishnan2011-06-031-1/+0
| | |
| * | Changes to return service urls for Auth1.0 style calls.Yogeshwar Srikrishnan2011-06-031-1/+1
| | |
| * | Changes to return service urls for Auth1.0 style calls.Yogeshwar Srikrishnan2011-06-035-9/+56
| | |
| * | Updating tests and sample data.Yogeshwar Srikrishnan2011-06-032-2/+5
| | |
| * | Merging changes from rackspace.Yogeshwar Srikrishnan2011-06-039-87/+469
| |\ \
| * | | Changes to support service catalog.Yogeshwar Srikrishnan2011-06-034-15/+42
| | | |
| * | | Support transforming service catalogYogeshwar Srikrishnan2011-06-021-1/+48
| | | |
| | | * Merge branch 'master' of github.com:klmitch/keystoneKevin L. Mitchell2011-06-130-0/+0
| | | |\
| | | | * keystone repo is now at github.com/rackspace/keystoneJesse Andrews2011-06-101-1/+1
| | | | |
| | | | * Add success test for GET /v2.0/tokens/<TOKEN_ID> in json and xmlJay Pipes2011-06-101-9/+70
| | | | |
| | | | * Add Admin API tests for v2 authenticationJay Pipes2011-06-101-17/+26
| | | | |
| | | | * Add test verifying a missing tenantId key in the password creds works ↵Jay Pipes2011-06-101-0/+36
| | | | | | | | | | | | | | | | | | | | properly in JSON
| | | * | Merge branch 'master' of git://github.com/rackspace/keystoneKevin L. Mitchell2011-06-082-23/+129
| | | |\ \ | |_|_|/ / |/| | | / | | | |/
* | | | keystone repo is now at github.com/rackspace/keystoneJesse Andrews2011-06-071-1/+1
| | | |
* | | | Merge pull request #19 from jaypipes/unittestZiad Sawalha2011-06-061-22/+128
|\ \ \ \ | |_|/ / |/| | | Adds more unit tests for v2 Admin API for authentication and GET /tokens/<TOKENID>
| * | | Add success test for GET /v2.0/tokens/<TOKEN_ID> in json and xmlJay Pipes2011-06-051-9/+70
| | | |
| * | | Add Admin API tests for v2 authenticationJay Pipes2011-06-051-17/+26
| | | |
| * | | Add test verifying a missing tenantId key in the password creds works ↵Jay Pipes2011-06-051-0/+36
|/ / / | | | | | | | | | properly in JSON
| | * Merge branch 'master' of git://github.com/rackspace/keystoneKevin L. Mitchell2011-06-0314-105/+660
| | |\ | |_|/ |/| |
* | | pep8Ziad Sawalha2011-06-035-60/+106
| | |
* | | Added URLs to sampledataZiad Sawalha2011-06-031-0/+3
| | |
* | | Support for listing BaseURL refs in keystone-manageZiad Sawalha2011-06-032-0/+34
| | |
* | | Merge branch 'master' of https://github.com/rackspace/keystoneZiad Sawalha2011-06-039-34/+208
|\ \ \
| * | | Merge pull request #15 from yogirackspace/masterZiad Sawalha2011-06-029-34/+208
| |\| | | | | | | | | | Code change to support get tenants and to return roles as a part of validate token call.
| | * | Removing remerged comments.Yogeshwar Srikrishnan2011-06-021-12/+0
| | | |
| | * | Adding roles as comma seperated values on a single header.Yogeshwar Srikrishnan2011-06-022-6/+13
| | | |
| | * | Changes to support getTenants call for user with admin privelage and regular ↵Yogeshwar Srikrishnan2011-06-023-24/+100
| | | | | | | | | | | | | | | | user.
| | * | Changes on auth basic middleware component to return roles.Also changes on ↵Yogeshwar Srikrishnan2011-06-013-2/+19
| | | | | | | | | | | | | | | | the application to return roles not tied to a tenant.
| | * | Merging changesYogeshwar Srikrishnan2011-06-011-3/+0
| | | |