From: Thomas Goirand Date: Tue, 24 Sep 2013 15:15:22 +0000 (+0800) Subject: Added warning text X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=624b652428429e3019ecf883a2cb501c78e22e1b;p=openstack-build%2Fneutron-build.git Added warning text Rewritten-From: 638460d8bbf9ae73e0567da9f1ac75ce4b50fd84 --- diff --git a/xenial/debian/neutron-common.config.in b/xenial/debian/neutron-common.config.in index 5ace39f17..b3138b256 100644 --- a/xenial/debian/neutron-common.config.in +++ b/xenial/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/xenial/debian/plugin_guess_func b/xenial/debian/plugin_guess_func index e3869d7dd..acd8e282e 100644 --- a/xenial/debian/plugin_guess_func +++ b/xenial/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