Merge "Add NvpPluginV2 to migration 4a666eb208c2"

This commit is contained in:
Jenkins 2013-09-13 18:39:13 +00:00 committed by Gerrit Code Review
commit db51339b28

View File

@ -28,8 +28,11 @@ revision = '4a666eb208c2'
down_revision = '38fc1f6789f8' down_revision = '38fc1f6789f8'
# Change to ['*'] if this migration applies to all plugins # 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 = [ migration_for_plugins = [
'neutron.plugins.nicira.NeutronPlugin.NvpPluginV2',
'neutron.plugins.nicira.NeutronServicePlugin.NvpAdvancedPlugin' 'neutron.plugins.nicira.NeutronServicePlugin.NvpAdvancedPlugin'
] ]