Nuage plugin was missed in floatingip_status db migration script
The fix for bug 1287630 did not include the the Nuage plugin in those affected by the migration. Nuage CI started failing floatingip tests since than reporting unknown column error. This bug fix is to add nuage plugin to the list. Change-Id: I7133fc97d65618549f72d7649232002cbb640bbb Closes-bug: 1288929
This commit is contained in:
parent
52fb98b7b6
commit
24d26c736f
@ -44,6 +44,7 @@ migration_for_plugins = [
|
||||
'neutron.plugins.nec.nec_plugin.NECPluginV2',
|
||||
'neutron.plugins.nicira.NeutronPlugin.NvpPluginV2',
|
||||
'neutron.plugins.nicira.NeutronServicePlugin.NvpAdvancedPlugin',
|
||||
'neutron.plugins.nuage.plugin.NuagePlugin',
|
||||
'neutron.plugins.oneconvergence.plugin.OneConvergencePluginV2',
|
||||
'neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2',
|
||||
'neutron.plugins.plumgrid.plumgrid_plugin.plumgrid_plugin.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user