+neutron (2014.1~rc1-3) UNRELEASED; urgency=medium
+
+ * Fixes an issue using ml2 and openvswitch plugin, openvswitch agent wasn't
+ loading it's config file.
+
+ -- gustavo panizzo <gfa@zumbi.com.ar> Wed, 02 Apr 2014 02:06:05 -0300
+
neutron (2014.1~rc1-2) experimental; urgency=low
* New upstream release.
fi
neutron_core_plugin_to_plugin_name ${CURRENT_PLUGIN}
neutron_plugin_ini_path ${NEUTRON_PLUGIN_NAME}
+if [ ${NEUTRON_PLUGIN_NAME} = ml2 ]; then
+ DAEMON_ARGS="${DAEMON_ARGS} --config-file=${CONF_FILE}"
+fi
if [ -z "${NEUTRON_PLUGIN_CONFIG}" ] ; then
echo "Plugin not recognized: please edit /etc/init.d/neutron-server to select the correct .ini file to load for your plugin"
else