]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add NvpPluginV2 to migration 4a666eb208c2
authorSalvatore Orlando <salv.orlando@gmail.com>
Fri, 13 Sep 2013 09:35:48 +0000 (02:35 -0700)
committerSalvatore Orlando <salv.orlando@gmail.com>
Fri, 13 Sep 2013 09:35:48 +0000 (02:35 -0700)
Bug 1224882

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

Change-Id: Ifc5104d813c76fa8de000ec977ca3242e90e433d

neutron/db/migration/alembic_migrations/versions/4a666eb208c2_service_router.py

index 9d4a7f3d0ea1e26b525d85a1de0e2d301f64dd3f..580590c56aa409e7f383ee40f6275199870c2c83 100644 (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'
 ]