]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Added warning text
authorThomas Goirand <thomas@goirand.fr>
Tue, 24 Sep 2013 15:15:22 +0000 (23:15 +0800)
committerThomas Goirand <thomas@goirand.fr>
Tue, 24 Sep 2013 15:15:22 +0000 (23:15 +0800)
Rewritten-From: 638460d8bbf9ae73e0567da9f1ac75ce4b50fd84

xenial/debian/neutron-common.config.in
xenial/debian/plugin_guess_func

index 5ace39f17d034eca8e3bdf39c767f8f85b066544..b3138b25688e2d08b317e0385f65188f0df319b2 100644 (file)
@@ -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")
index e3869d7ddc9b2c4ec7680b596413415dbffdac00..acd8e282ec92ed2bb405410fe7487a5085dfe22b 100644 (file)
@@ -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