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
'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