[openstack-dev] [quantum] Understanding DHCP Agent
Trinath Somanchi
trinath.somanchi at gmail.com
Fri Oct 26 15:10:53 UTC 2012
Hi-
I was trying to understand how the Quantum DHCP agent Daemon works. As I
walk through the code, to understand the working on the Daemon,
I found it to be using rpc cast and call. But was lost into the code to
find the correct data flow.
In my study I found this:
quantum/agent/dhcp_agent.py <--- the actual daemon agent, which makes
the rpc.cast/rpc.call to fetch the data.
* A | * <------ (Flow
representing arrows)
* | V*
quantum/db/dhcp_rpc_base.py <---- which implements the QuantumPluginV2
to process the rpc.cast/rpc.call by the above agent.
* A | * <------ (Flow
representing arrows)
* | V*
quantum/db/db_base_plugin_v2.py <--- where the actual DB processing
happens for the requests.
I have some doubts here, (though there very preliminary)
[1] The RPC cast and call are sent to the Quantum server ?
[2] Am I in a right path of understanding the dhcp agent daemon working.
Kindly please help me understand the processes flow
Thanks in advance.
--
Regards,
----------------------------------------------
Trinath Somanchi,
+91 9866 235 130
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20121026/1084be86/attachment-0001.html>
More information about the OpenStack-dev
mailing list