keystone/keystone/federation/backends
Ronald De Rose 86d037f32c Move the federation abstract base class out of core
This patch moves the federation abstract base class 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.

Partial-Bug: #1563101

Change-Id: I3304f9c1fafe42cfe955f44224703ace82ae185a
2016-05-09 15:03:07 +00:00
..
__init__.py Move federation extension into keystone core 2015-11-18 15:11:30 +00:00
base.py Move the federation abstract base class out of core 2016-05-09 15:03:07 +00:00
sql.py Move the federation abstract base class out of core 2016-05-09 15:03:07 +00:00