Skip to content

Commit

Permalink
Include PLUMgrid plugin in some alembic migration files
Browse files Browse the repository at this point in the history
Fixes bug# 1210348

Change-Id: I8d33d2c8f0849afdd3ebda5297b4064858132c9b
  • Loading branch information
emagana committed Aug 15, 2013
1 parent e2acdd6 commit ad9eefd
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -33,6 +33,8 @@
'nec': 'neutron.plugins.nec.nec_plugin.NECPluginV2',
'nvp': 'neutron.plugins.nicira.NeutronPlugin.NvpPluginV2',
'ovs': 'neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2',
'plumgrid': 'neutron.plugins.plumgrid.plumgrid_plugin.plumgrid_plugin.'
'NeutronPluginPLUMgridV2',
'ryu': 'neutron.plugins.ryu.ryu_neutron_plugin.RyuNeutronPluginV2',
}

Expand All @@ -43,6 +45,7 @@
PLUGINS['nec'],
PLUGINS['ovs'],
PLUGINS['ryu'],
PLUGINS['plumgrid'],
]

FOLSOM_QUOTA = [
Expand Down

0 comments on commit ad9eefd

Please sign in to comment.