Different class names for VPNaaS migrations
In migrations 52ff27f7567a_support_for_vpnaas.py and 338d7508968c_vpnaas_peer_address_.py different class names are set: neutron.services.vpn.plugin.VPNDriverPlugin and ne utron.services.vpn.plugin.VPNPlugin. Closes-bug: #1285641 Change-Id: Ieda8d3a8a022179867010b6e47d09cf7f43f5da9
This commit is contained in:
parent
6ae173e3cf
commit
020a247d67
@ -30,7 +30,7 @@ down_revision = '4a666eb208c2'
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user