keystone/keystone/tests/unit/catalog
Ronald De Rose 2963dc1525 Move the catalog abstract base class and common code out of core
This patch moves the catalog abstract base class and common code
out of core, and into backends/base.py

This removes dependencies where backend code references code in the
core. The reasoning being that the core should know about the backend
interface, but the backends should not know anything about the core
(separation of concerns). And part of the risk here is a potential for
circular dependencies.

Change-Id: I87edf8cf660fabbc7253e6b1abc7354eef34151d
Partial-Bug: #1563101
2016-05-06 21:58:38 +00:00
..
__init__.py Updates keystone.catalog.core.format_url tests 2014-06-16 16:39:08 +00:00
test_backends.py Move the catalog abstract base class and common code out of core 2016-05-06 21:58:38 +00:00
test_core.py Move the catalog abstract base class and common code out of core 2016-05-06 21:58:38 +00:00