keystone/keystone/resource
Henry Nash 978faba45f Drop the (unused) domain table
The Mitaka release removed all code that referenced the domain
table (with domains being stored instead as projects). However,
the physical domain table was not removed.

This patch removes the table. Such an action triggers our
detection of banned operations to ensure rolling upgrades are
possible. In this case, since all the code that referenced
this table was already removed in the previous release, this
is still a safe operation - so this migation is added to the
exception list in the test for banned operations.

Change-Id: I11bb23809e28b7fb0499cf79d261aa54f094b367
2016-05-13 18:10:38 +01:00
..
V8_backends Move the resource abstract base class out of core 2016-05-02 13:30:51 +00:00
backends Drop the (unused) domain table 2016-05-13 18:10:38 +01:00
config_backends Move the resource abstract base class out of core 2016-05-02 13:30:51 +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 Merge "Move the resource abstract base class out of core" 2016-05-06 22:32:44 +00:00
routers.py Support the reading of default values of domain configuration options 2016-01-15 06:20:38 +00:00
schema.py The name can be just white character except project and user 2016-03-29 09:58:51 +08:00