----- Original Message -----
> Hi
> 
> Hope this helps
> 
> http://fr.slideshare.net/mestery/modular-layer-2-in-openstack-neutron
> 
> ___
> 
> Trinath Somanchi
> 
> _____________________________________
> From: Sławek Kapłoński [sla...@kaplonski.pl]
> Sent: Tuesday, February 25, 2014 9:24 PM
> To: openstack-dev@lists.openstack.org
> Subject: [openstack-dev] Neutron ML2 and openvswitch agent
> 
> Hello,
> 
> I have question to You guys. Can someone explain me (or send to link
> with such explanation) how exactly ML2 plugin which is working on
> neutron server is communicating with compute hosts with openvswitch
> agents?

Maybe this will set you on your way:
ml2/plugin.py:Ml2Plugin.update_port uses _notify_port_updated, which then uses
ml2/rpc.py:AgentNotifierApi.port_update, which makes an RPC call with the topic
stated in that file.

When the message is received by the OVS agent, it calls:
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:OVSNeutronAgent.port_update.

> I suppose that this is working with rabbitmq queues but I need
> to add own function which will be called in this agent and I don't know
> how to do that. It would be perfect if such think will be possible with
> writing for example new mechanical driver in ML2 plugin (but how?).
> Thanks in advance for any help from You :)
> 
> --
> Best regards
> Slawek Kaplonski
> sla...@kaplonski.pl
> 
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 
> 
> 
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to