Apply VPN migration to correct plugin

This patch ensures the migration is executed when
VPNDriverPlugin is loaded among service plugins.

Bug 1229394

Change-Id: Ibf50d23aebc60b2ba22ef5a51c268b93761c2171
This commit is contained in:
Salvatore Orlando 2013-09-23 13:42:53 -07:00
parent df3e4c1239
commit 51650c49a8

View 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