~ubuntu-branches/ubuntu/saucy/quantum/saucy

« back to all changes in this revision

Viewing changes to quantum/db/migration/alembic_migrations/versions/1d76643bcec4_nvp_netbinding.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-05-31 09:37:25 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20130531093725-09i9oem8a2xlw442
Tags: upstream-2013.2~b1
ImportĀ upstreamĀ versionĀ 2013.2~b1

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
# Change to ['*'] if this migration applies to all plugins
31
31
 
32
32
migration_for_plugins = [
33
 
    'quantum.plugins.nicira.nicira_nvp_plugin.QuantumPlugin.NvpPluginV2'
 
33
    'quantum.plugins.nicira.QuantumPlugin.NvpPluginV2'
34
34
]
35
35
 
36
36
from alembic import op