keystone/keystone/assignment/V8_role_backends
Ronald De Rose bdeee9cc15 Move the assignment abstract base class out of core
This patch moves the assignment 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: Ie507b61044ad32ecaac26901c1bcd0a0c17bd381
2016-05-11 17:14:04 +00:00
..
__init__.py Create V9 Role Driver 2015-12-08 23:21:24 -05:00
sql.py Move the assignment abstract base class out of core 2016-05-11 17:14:04 +00:00