ML2 plugin involves in agent_scheduler migration

In agent_scheduler migration script which creates
network-dhcp-binding table and router-l3-binding table,
ML2 plugin should be included in the plugin list.

Change-Id: If39ef2a488513a58d608c70e26a2b9f960dbe904
Closes-Bug: #1293089
This commit is contained in:
Li Ma 2014-03-16 04:32:22 -07:00
parent 1e81fdb1ea
commit 2eedacac1e

View File

@ -39,6 +39,7 @@ migration_for_plugins = [
'neutron.plugins.vmware.plugin.NsxPlugin',
'neutron.plugins.vmware.plugin.NsxServicePlugin',
'neutron.plugins.oneconvergence.plugin.OneConvergencePluginV2',
'neutron.plugins.ml2.plugin.Ml2Plugin',
]
from alembic import op