Add NvpPluginV2 to migration 4a666eb208c2

Bug 1224882

This migration alters a table used by NvpPluginV2 as well, so
it must be included in the plugin list.

Change-Id: Ifc5104d813c76fa8de000ec977ca3242e90e433d
This commit is contained in:
Salvatore Orlando 2013-09-13 02:35:48 -07:00
parent 1154891caa
commit c77063b2e0

View File

@ -28,8 +28,11 @@ revision = '4a666eb208c2'
down_revision = '38fc1f6789f8'
# Change to ['*'] if this migration applies to all plugins
# This migration must apply to both Nicira plugins as it alters a table
# used by both of them
migration_for_plugins = [
'neutron.plugins.nicira.NeutronPlugin.NvpPluginV2',
'neutron.plugins.nicira.NeutronServicePlugin.NvpAdvancedPlugin'
]