summaryrefslogtreecommitdiff
path: root/keystone/catalog
Commit message (Expand)AuthorAgeFilesLines
* Use keystone.common.provider_api for catalog APIsLance Bragstad2017-12-272-59/+63
* Remove Dependency InjectionMorgan Fainberg2017-12-134-13/+3
* Remove v2 schema and validation testsGage Hugo2017-10-191-18/+0
* Remove v2.0 service and endpoint APIsLance Bragstad2017-08-311-173/+0
* Ensure the endpoint filter API supports HEADLance Bragstad2017-06-131-6/+6
* Merge "Make use of Dict-base including extras explicit"Jenkins2017-03-311-3/+3
|\
| * Make use of Dict-base including extras explicitMorgan Fainberg2017-02-061-3/+3
* | Remove log translations in keystonewingwj2017-03-251-2/+1
|/
* Do not call `to_dict` outside of a session contextMorgan Fainberg2017-01-251-4/+12
* Handling of 'region' parameter as NoneKanika Singh2017-01-171-1/+1
* Merge "Replace tenant with project for keystone catalog"Jenkins2016-11-144-34/+34
|\
| * Replace tenant with project for keystone catalogDave Chen2016-10-164-34/+34
* | Merge "Deprecate `endpoint_filter.sql` backend"Jenkins2016-11-141-1/+48
|\ \ | |/
| * Deprecate `endpoint_filter.sql` backendDave Chen2016-10-091-1/+48
* | Pass a request to controllers instead of a contextJeremy Liu2016-10-291-2/+2
* | Merge "Pass initiator to Manager as a kwarg"Jenkins2016-10-091-27/+40
|\ \ | |/ |/|
| * Pass initiator to Manager as a kwargLance Bragstad2016-10-071-27/+40
* | Merge "Move audit initiator creation to request"Jenkins2016-10-081-35/+34
|\ \ | |/
| * Move audit initiator creation to requestJamie Lennox2016-10-051-35/+34
* | Remove stable driver interfacesSteve Martinelli2016-09-284-18/+3
|/
* Replace six iteration methods with standard onesLu lei2016-09-082-8/+6
* Distributed cache namespace to invalidate regionsDavid Stanek2016-08-291-2/+1
* Add schema validation to create service in v2Gage Hugo2016-08-012-6/+28
* Move logic for catalog driver differences to managerHenry Nash2016-07-112-19/+28
* Merge "Move request validation inline"Jenkins2016-07-091-8/+8
|\
| * Move request validation inlineLance Bragstad2016-07-081-8/+8
* | Merge "Use http_client constants instead of hardcoding"Jenkins2016-07-091-1/+3
|\ \ | |/ |/|
| * Use http_client constants instead of hardcodingEric Brown2016-07-071-1/+3
* | Pass request to build_driver_hintsJamie Lennox2016-07-071-3/+3
|/
* Merge "Make assert_admin work with a request"Jenkins2016-07-061-7/+7
|\
| * Make assert_admin work with a requestJamie Lennox2016-07-051-7/+7
* | Merge "Remove unused LOG"Jenkins2016-07-052-4/+0
|\ \
| * | Remove unused LOGzhufl2016-07-052-4/+0
| |/
* | Handle catalog backends that don't support all functions.Sam Morrison2016-07-041-7/+19
|/
* Replace keystone.common.config with keystone.conf packageDolph Mathews2016-06-244-8/+8
* Pass a request to controllers instead of a contextJamie Lennox2016-06-081-87/+96
* Move the catalog abstract base class and common code out of coreRonald De Rose2016-05-065-592/+556
* Fix D401 PEP8 violation.Navid Pustchi2016-04-142-16/+16
* Bandit test resultsTim Kelsey2016-04-012-3/+3
* add hints to list_services for templated backendSteve Martinelli2016-03-011-1/+1
* Use the new enginefacade from oslo.dbGrzegorz Grasza2016-02-241-169/+150
* Remove useless {} from __table_args__Brant Knudson2016-02-191-1/+1
* Allow project_id in catalog substitutionsBrant Knudson2016-02-153-7/+17
* Uses open context manager for templated catalogsDavid Stanek2016-02-101-1/+2
* Removes KVS catalog backendDavid Stanek2016-01-192-373/+146
* Reference driver methods through the ManagerBrant Knudson2016-01-071-4/+3
* Merge "Make @truncated common for all backends"Jenkins2015-12-101-2/+3
|\
| * Make @truncated common for all backendsBoris Bobrov2015-12-101-2/+3
* | Merge "refactor: move the common code to manager layer"Jenkins2015-12-102-43/+14
|\ \ | |/ |/|
| * refactor: move the common code to manager layerDave Chen2015-12-092-43/+14