From 638460d8bbf9ae73e0567da9f1ac75ce4b50fd84 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 24 Sep 2013 23:15:22 +0800 Subject: [PATCH] Added warning text --- debian/neutron-common.config.in | 1 + debian/plugin_guess_func | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/neutron-common.config.in b/debian/neutron-common.config.in index 5ace39f17..b3138b256 100644 --- a/debian/neutron-common.config.in +++ b/debian/neutron-common.config.in @@ -7,6 +7,7 @@ set -e N_CONF=/etc/neutron/neutron.conf OVS_CONF=/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini +# Please remember this function is also in debian/plugin_guess_func neutron_core_plugin_to_plugin_name () { case ${1} in "neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2") diff --git a/debian/plugin_guess_func b/debian/plugin_guess_func index e3869d7dd..acd8e282e 100644 --- a/debian/plugin_guess_func +++ b/debian/plugin_guess_func @@ -1,5 +1,6 @@ #!/bin/sh +# Please remember this function is also duplicated in debian/neutron-common.config.in ### Guess the plugin name depending on the class of the plugin in /etc/neutron/neutron.conf ### neutron_core_plugin_to_plugin_name () { case ${1} in -- 2.45.2