summaryrefslogtreecommitdiffstats
path: root/keystone/catalog
Commit message (Expand)AuthorAgeFilesLines
* Merge "Sync models with migrations"Jenkins2013-08-121-3/+3
|\
| * Sync models with migrationsElena Ezhova2013-08-121-3/+3
* | Fix select n+1 issue in keystone catalogRoman Verchikov2013-08-071-40/+31
|/
* Stop passing context to managers (bug 1194938)Dolph Mathews2013-06-282-27/+26
* Merge "Add <version> arg to keystone-manage db_sync"Jenkins2013-05-301-2/+2
|\
| * Add <version> arg to keystone-manage db_syncBrian Waldon2013-05-281-2/+2
* | Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-1/+1
|/
* Satisfy flake8 import rules F401 and F403Dolph Mathews2013-05-231-0/+1
* get SQL refs from session (bp sql-query-get)Dolph Mathews2013-05-201-5/+5
* Utilize legacy_endpoint_id column (bug 1154918)Dolph Mathews2013-03-181-1/+3
* Discard null endpoints (bug 1152632)Dolph Mathews2013-03-151-3/+9
* Merge "Filter out legacy_endpoint_id (bug 1152635)"Jenkins2013-03-131-0/+11
|\
| * Filter out legacy_endpoint_id (bug 1152635)Dolph Mathews2013-03-121-0/+11
* | v3 endpoints won't have legacy ID's (bug 1150930)Dolph Mathews2013-03-081-1/+1
|/
* Pass query filter attributes to policy engineHenry Nash2013-02-211-9/+6
* v3 token APIGuang Yee2013-02-202-0/+60
* Fix spelling mistakesJoe Gordon2013-02-121-1/+1
* Relational API linksDolph Mathews2013-02-071-8/+14
* Why .pop()'ing urls first is importantDolph Mathews2013-02-041-0/+2
* Merge "Validated URLs in v2 endpoint creation API"Jenkins2013-01-131-1/+5
|\
| * Validated URLs in v2 endpoint creation APITushar Patil2013-01-111-1/+5
* | Fixes import order nitsZhongyue Luo2013-01-111-1/+1
|/
* Driver registryDolph Mathews2012-12-213-10/+11
* Split endpoint records in SQL by interfaceDolph Mathews2012-12-182-32/+87
* module refactoringAdam Young2012-12-173-18/+28
* Merge "Bug 1075090 -- Fixing log messages in python source code to support in...Jenkins2012-12-052-8/+10
|\
| * Bug 1075090 -- Fixing log messages in python source code to support internati...Nachiappan VR N2012-12-042-8/+10
* | Only 'import *' from 'core' modulesDolph Mathews2012-12-053-136/+155
|/
* Wrap v3 API with RBAC (bug 1023943)Dolph Mathews2012-11-201-19/+10
* v3 CatalogDolph Mathews2012-11-203-47/+87
* Merge "Merge remote-tracking branch 'origin/feature/keystone-v3' into HEAD"Jenkins2012-11-071-11/+126
|\
| * Merge remote-tracking branch 'origin/feature/keystone-v3' into HEADDolph Mathews2012-11-021-11/+126
| |\
| | * Identity API v3 Config, Routers, ControllersDolph Mathews2012-09-051-11/+126
* | | Return non-indexed attrs, not 'extra' (bug 1075376)Dolph Mathews2012-11-061-32/+2
|/ /
* | Enable Deletion of Services with Endpointssathish-nagappan2012-10-241-0/+1
* | Fix catalog when services have no URLJulien Danjou2012-10-083-8/+6
* | Unparseable endpoint URL's should raise friendly errorStef T2012-10-063-6/+31
* | Implement token endpoint list (bug 1006777)Dolph Mathews2012-09-061-0/+1
|/
* Enabling SQL Catalog tests (bug 958950)Dolph Mathews2012-08-011-0/+2
* Refactor 404's into managers & drivers (bug 968519)Dolph Mathews2012-06-273-36/+75
* Reorder imports by full module pathZhongyue Luo2012-06-203-6/+6
* PEP8 fixesDolph Mathews2012-06-181-2/+2
* Require authz for service CRUD (bug 1006822)Dolph Mathews2012-06-031-0/+7
* Fixes some pep8 warning/errors.Chmouel Boudjnah2012-05-242-4/+1
* Use ConfigOpts.find_file() to locate catalog templateMark McLoughlin2012-05-031-2/+9
* don't duplicate the extra dict in extratermie2012-03-291-2/+2
* service-crud 404 (bug 963056)Dolph Mathews2012-03-271-1/+4
* Fix critical typo in endpoint_create (bug 961412)Dolph Mathews2012-03-211-1/+1
* Wrapped unexpected exceptions (bug 955411)Dolph Mathews2012-03-202-9/+4
* Merge "Fixes LP #954089 - Service list templated catalog"Jenkins2012-03-204-16/+18
|\