Create agents table when ML2 core_plugin is used

In Icehouse agents table is not created when ml2 is used but later in
migration chain is added uniq constraint on this table. This patch makes
agents table created when ml2 plugin is used as core_plugin.

Closes-bug: 1260224
Change-Id: I501534261efd278b6a69a66758f1a01aa49bfa17
This commit is contained in:
Jakub Libosvar 2014-03-11 17:11:38 +01:00
parent a3e7e26054
commit 73cbbd0809
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ migration_for_plugins = [
'neutron.plugins.ibm.sdnve_neutron_plugin.SdnvePluginV2',
'neutron.plugins.oneconvergence.plugin.OneConvergencePluginV2',
'neutron.plugins.mlnx.mlnx_plugin.MellanoxEswitchPlugin',
'neutron.plugins.ml2.plugin.Ml2Plugin',
]
from alembic import op