[Openstack-operators] ovs->ml2 migration issues during icehouse upgrade
Mathieu Gagné
mgagne at iweb.com
Mon Jul 21 16:16:22 UTC 2014
On 2014-07-21 12:00 PM, Jonathan Proulx wrote:
> Coming back to this after a break...
>
> On my system (Ubuntu 12.04 Icehouse upgraded from havana) the agent
> startup is clearly looking at the ml2_conf.ini and not the
> openvswitch.ini:
>
> # grep exec /etc/init/neutron-plugin-openvswitch-agent.conf
> exec start-stop-daemon --start --chuid neutron --exec
> /usr/bin/neutron-openvswitch-agent --
> --config-file=/etc/neutron/neutron.conf
> --config-file=/etc/neutron/plugins/ml2/ml2_conf.ini
> --log-file=/var/log/neutron/openvswitch-agent.log
>
omg... Linux Bridge agent upstart config file differs from the
Openvswitch's one.
Linuxbridge:
exec start-stop-daemon --start --chuid neutron --exec
/usr/bin/neutron-linuxbridge-agent --
--config-file=/etc/neutron/neutron.conf
--config-file=/etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini
--log-file=/var/log/neutron/linuxbridge-agent.log
Openvswitch:
exec start-stop-daemon --start --chuid neutron --exec
/usr/bin/neutron-openvswitch-agent --
--config-file=/etc/neutron/neutron.conf
--config-file=/etc/neutron/plugins/ml2/ml2_conf.ini
--log-file=/var/log/neutron/openvswitch-agent.log
I don't know what to say...
--
Mathieu
More information about the OpenStack-operators
mailing list