keystone/keystone/assignment
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
..
V8_backends Move the assignment abstract base class out of core 2016-05-11 17:14:04 +00:00
V8_role_backends Move the assignment abstract base class out of core 2016-05-11 17:14:04 +00:00
backends Move the assignment abstract base class out of core 2016-05-11 17:14:04 +00:00
role_backends Move the assignment abstract base class out of core 2016-05-11 17:14:04 +00:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Fix D401 PEP8 violation. 2016-04-14 20:08:52 +00:00
core.py Move the assignment abstract base class out of core 2016-05-11 17:14:04 +00:00
routers.py Implement HEAD method for all v3 GET actions 2016-03-22 10:27:53 -07:00
schema.py Split the assignments controller 2015-02-10 14:34:42 +00:00