On 08/09/2012 12:05 AM, Eric Windisch wrote: > >>>> Please take a look at https://review.openstack.org/#/c/10879/ for the RPC support for the OVS. I would appreciate it if the guys familiar with the OVS and RYU agents would take a look and let me know if they have any comments. > I'm interested in this, but many of the bits seem to be locked away in another pending review that is still in draft. Hi Eric, The implementation is divided into two parts: 1. Infrastructure and linux bridge support - https://review.openstack.org/#/c/9591/ 2. OVS support - https://review.openstack.org/#/c/10879/ You can also get a general idea about the implementation from https://docs.google.com/document/d/1MbcBA2Os4b98ybdgAw2qe_68R1NG6KMh8zdZKgOlpvg/edit?pli=1 (this may be a bit outdated but it gives a general idea). If you would like to get the ovs code up and running then please do the following: 1. git://github.com/openstack/quantum.git 2. In the directory quantum - git fetch https://review.openstack.org/openstack/quantum refs/changes/91/9591/19 && git checkout FETCH_HEAD 3. The cherry pick - git fetch https://review.openstack.org/openstack/quantum refs/changes/79/10879/4 && git cherry-pick FETCH_HEAD If you want to run this with devstack then please use the latest version - yesterday the RPC support passed through. Will be happy to help if you have any problems or issues. Thanks Gary > Regards, > Eric Windisch > > > > > _______________________________________________ > OpenStack-dev mailing list > OpenStack-dev at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev