+neutron (2013.2-9) unstable; urgency=medium
+
+ * Added missing handling of ml2 plugin in neutron-common.postinst.
+
+ -- Thomas Goirand <zigo@debian.org> Thu, 05 Dec 2013 20:30:09 +0800
+
neutron (2013.2-8) unstable; urgency=medium
* Fixes the core_plugin setup in neutron-common postinst.
"OpenVSwitch")
NEUTRON_PLUGIN_CLASS=neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2
;;
+ "ml2")
+ NEUTRON_PLUGIN_CLASS=neutron.plugins.ml2.plugin.Ml2Plugin
+ ;;
"LinuxBridge")
NEUTRON_PLUGIN_CLASS=neutron.plugins.linuxbridge.lb_neutron_plugin.LinuxBridgePluginV2
;;