]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Apply VPN migration to correct plugin
authorSalvatore Orlando <salv.orlando@gmail.com>
Mon, 23 Sep 2013 20:42:53 +0000 (13:42 -0700)
committerSalvatore Orlando <salv.orlando@gmail.com>
Mon, 23 Sep 2013 20:44:12 +0000 (13:44 -0700)
This patch ensures the migration is executed when
VPNDriverPlugin is loaded among service plugins.

Bug 1229394

Change-Id: Ibf50d23aebc60b2ba22ef5a51c268b93761c2171

neutron/db/migration/alembic_migrations/versions/52ff27f7567a_support_for_vpnaas.py

index c83804e1bdb51332b0d7dfd156473c2fa796cedd..41f934d8b0658ef06652d0da420f2dc1b4d20cfb 100644 (file)
@@ -30,7 +30,7 @@ down_revision = '39cf3f799352'
 # Change to ['*'] if this migration applies to all plugins
 
 migration_for_plugins = [
-    'neutron.services.vpn.plugin.VPNPlugin',
+    'neutron.services.vpn.plugin.VPNDriverPlugin',
 ]
 
 from alembic import op