keystone/keystone/credential/backends
Ronald De Rose 093f2c207b Move the credential abstract base class out of core
This patch moves the credential 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: I4007a5fe05e61f08999a4b3f6801727c08aaaa14
2016-07-07 16:52:32 +00:00
..
__init__.py extracting credentials 2013-05-17 11:08:54 -04:00
base.py Move the credential abstract base class out of core 2016-07-07 16:52:32 +00:00
sql.py Move the credential abstract base class out of core 2016-07-07 16:52:32 +00:00