Alembic migration from revision
f44ab9871cd6 to
2eeaf963a447 is failing on
Embrane Plugin because the floatingips table doesn't exist.
The problem happens because the plugin is actually inheriting from OVS's Plugin,
and therefore it doesn't take part of the correct migration path at installation time.
As far as I have investigated, adding the support on ext_gw_mode and l3_support is enough to solve the problem.
Change-Id: Ide740df34d06d87fab50cf6468c5d753cb46f112
Closes-bug:
1287330
'neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2',
'neutron.plugins.ryu.ryu_neutron_plugin.RyuNeutronPluginV2',
'neutron.plugins.vmware.plugin.NsxPlugin',
- 'neutron.plugins.vmware.plugin.NsxServicePlugin'
+ 'neutron.plugins.vmware.plugin.NsxServicePlugin',
+ 'neutron.plugins.embrane.plugins.embrane_ovs_plugin.EmbraneOvsPlugin'
]
from alembic import op
'neutron.plugins.nicira.NeutronServicePlugin.NvpAdvancedPlugin',
'neutron.plugins.vmware.plugin.NsxPlugin',
'neutron.plugins.vmware.plugin.NsxServicePlugin',
+ 'neutron.plugins.embrane.plugins.embrane_ovs_plugin.EmbraneOvsPlugin'
]
from neutron.db import migration