On Thu, Apr 26, 2012 at 02:58:40PM +0000, Salman Malik wrote: > > nova/quantum tells necessary information to ryu via REST API. > > I am still unclear on how the REST API is invoked by the nova-client. Because > when I look at the ryu_quantum_plugin.py, it seems it is using OFPClient > defined in client.py which (seems to me) to be passing create/delete network > calls to the REST server. Can you please elabroate a bit more?
client.py is in Ryu repo. It just issues HTTP POST to API server which is run by ryu-manager. -- yamahata ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
