Comment 2 for bug 1312285

Revision history for this message
Dmitry Borodaenko (angdraug) wrote : Re: fixing notifications.info rabbitmq when adding in a second external network

Line 77 in the 4.1 version of neutron/manifests/init.pp is inside the true branch of the "if $neutron_config['amqp']['ha_mode']" conditional, implying that sanitize_neutron_config has generated the wrong value for ha_mode field in non-HA deployment mode. Blueprint https://blueprints.launchpad.net/fuel/+spec/ml2-neutron targeted for 5.1 will get rid of this code, so this bug will disappear on its own in 5.1, and there's no point in fixing it in previous releases.