keystone/keystone/resource/V8_backends
Ronald De Rose d1591b56b5 Move the resource abstract base class out of core
This patch moves the resource abstract base class and other backend
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.

Partial-Bug: #1563101

Change-Id: Id14d698fa7e083e72c463732e227726448a86f6d
2016-05-02 13:30:51 +00:00
..
__init__.py Create V9 version of resource driver interface 2016-01-12 10:52:36 -03:00
sql.py Move the resource abstract base class out of core 2016-05-02 13:30:51 +00:00