From: Thomas Goirand Date: Thu, 5 Dec 2013 12:30:38 +0000 (+0800) Subject: Added missing handling of ml2 plugin in neutron-common.postinst. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=77d726e02ef3d414aed5e7152944554b4cf14a12;p=openstack-build%2Fneutron-build.git Added missing handling of ml2 plugin in neutron-common.postinst. Change-Id: I3fce2638416e7d0775476a1b90f7818cd972b0bc Rewritten-From: 6b23a3c64d5babd9be7e12cd5eafd1862f9a0b1e --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 547c08b6d..695f52850 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,9 @@ +neutron (2013.2-9) unstable; urgency=medium + + * Added missing handling of ml2 plugin in neutron-common.postinst. + + -- Thomas Goirand Thu, 05 Dec 2013 20:30:09 +0800 + neutron (2013.2-8) unstable; urgency=medium * Fixes the core_plugin setup in neutron-common postinst. diff --git a/trusty/debian/neutron-common.postinst.in b/trusty/debian/neutron-common.postinst.in index a1cb5fb03..ed7edfc21 100644 --- a/trusty/debian/neutron-common.postinst.in +++ b/trusty/debian/neutron-common.postinst.in @@ -12,6 +12,9 @@ neutron_core_plugin_class () { "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 ;;