neutron plugin_guess_func bad configuration after maintenance update

Bug #1584372 reported by magicboiz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Confirmed
High
MOS Neutron

Bug Description

FUEL 8.0 with Midonet MEM 1.9 deployed over Ubuntu 14.04.

after applying maintenance update https://docs.mirantis.com/openstack/fuel/fuel-8.0/maintenance-updates.html#mu8-0-how-to-update

auxiliary function "plugin_guess_func" is bad configured, and the consequence is neutron-server not loading midonet plugins.

Expected result in /usr/share/neutron-common/plugin_guess_func:
        ;;
        "midonet.neutron.plugin_v1.MidonetPluginV2")
                NEUTRON_PLUGIN_NAME=Midonet
        ;;

Deployed result in /usr/share/neutron-common/plugin_guess_func:
 ;;
        "neutron.plugins.midonet.plugin.MidonetPluginV2")
                NEUTRON_PLUGIN_NAME=Midonet
        ;;

and the /etc/init/neutron.conf fails in:
neutron_core_plugin_to_plugin_name ${CURRENT_PLUGIN}
 neutron_plugin_ini_path ${NEUTRON_PLUGIN_NAME}
        [ -r "$NEUTRON_PLUGIN_CONFIG" ] && CONF_ARG="--config-file $NEUTRON_PLUGIN_CONFIG"
        exec start-stop-daemon --start --chuid neutron:neutron --exec /usr/bin/neutron-server -- \
            --config-file /etc/neutron/neutron.conf \
            $DAEMON_ARGS $CONF_ARG

Tags: neutron
Changed in fuel:
milestone: none → 8.0-updates
assignee: nobody → MOS Neutron (mos-neutron)
importance: Undecided → High
status: New → Confirmed
Revision history for this message
magicboiz (magicboiz) wrote :

Hi again

after applying update 3, I've got:

1. /usr/share/neutron-common/plugin_guess_func with NO single reference to Midonet plugin
2. /etc/neutron/neutron.conf: plugin Midonet AND plugin OVS activated at the same time.

regards

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.