summaryrefslogtreecommitdiffstats
path: root/keystone/catalog/core.py
Commit message (Expand)AuthorAgeFilesLines
* Stop passing context to managers (bug 1194938)Dolph Mathews2013-06-281-6/+6
* Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-1/+1
* v3 token APIGuang Yee2013-02-201-0/+30
* Fix spelling mistakesJoe Gordon2013-02-121-1/+1
* Driver registryDolph Mathews2012-12-211-0/+2
* Merge "Bug 1075090 -- Fixing log messages in python source code to support in...Jenkins2012-12-051-7/+9
|\
| * Bug 1075090 -- Fixing log messages in python source code to support internati...Nachiappan VR N2012-12-041-7/+9
* | Only 'import *' from 'core' modulesDolph Mathews2012-12-051-136/+0
|/
* Wrap v3 API with RBAC (bug 1023943)Dolph Mathews2012-11-201-19/+10
* v3 CatalogDolph Mathews2012-11-201-26/+4
* 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
* | Fix catalog when services have no URLJulien Danjou2012-10-081-1/+3
* | Unparseable endpoint URL's should raise friendly errorStef T2012-10-061-0/+22
|/
* Refactor 404's into managers & drivers (bug 968519)Dolph Mathews2012-06-271-18/+69
* Reorder imports by full module pathZhongyue Luo2012-06-201-2/+2
* 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-241-1/+1
* 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-201-8/+3
* Fixes LP #954089 - Service list templated catalogJay Pipes2012-03-191-9/+3
* Properly return 501 for unsupported Catalog callsAdam Gandelman2012-03-141-0/+79
* Implement a Catalog SQL backendAdam Gandelman2012-02-271-0/+39
* Added Apache 2.0 License information.Monty Taylor2012-02-151-0/+14
* minor docstring update for new locationsJoe Heck2012-02-021-1/+1
* get docs workingtermie2012-01-191-3/+0
* fix pep8termie2012-01-181-1/+4
* fix some importstermie2012-01-181-6/+0
* split up the services and kvs backendstermie2012-01-181-1/+40
* establish basic structuretermie2012-01-181-0/+24