Re: [Ryu-devel] [PATCH v3] doc: internal document on openstack cooperation

2013-02-06 Thread FUJITA Tomonori
On Thu, 7 Feb 2013 12:18:53 +0900 Isaku Yamahata wrote: > Signed-off-by: Isaku Yamahata > --- > Changes v2 -> v3: > - trivial rebase > - minor fixes for rst > > Changes v1 -> v2: > - on live-migration - Why we have 'OpenStack Integraiton->How Ryu L2 segegation works' and 'Ryu Internals->Ryu L

Re: [Ryu-devel] ryu controller and quantum guide

2013-02-06 Thread Isaku Yamahata
Hi Edgar. I answered same question on the launchpad. FYI for others, if you're brave enough to try git repo, devstack from the repo would be easiest way You need a patch which is pending for merge. https://review.openstack.org/#/c/17907/ thanks, On Thu, Feb 07, 2013 at 08:19:47AM +0900, FUJITA T

Re: [Ryu-devel] ryu controller and quantum guide

2013-02-06 Thread FUJITA Tomonori
Hello, On Tue, 5 Feb 2013 09:23:50 -0800 Edgar Magana wrote: > It seems that this link is out of date: > http://www.osrg.net/ryu/using_with_openstack.html > > Is there updated docs about the Quantum and Ryu controller config and > installation?. The following links could be helpful. https://

Re: [Ryu-devel] [PATCH] packet lib: rename icmp6 to icmpv6

2013-02-06 Thread FUJITA Tomonori
On Wed, 6 Feb 2013 13:15:50 +0900 HIYAMA Manabu wrote: > - renamed variables "ICMP6_XXX" to "ICMPV6_XXX" > > Signed-off-by: HIYAMA Manabu > --- > ryu/lib/packet/icmp6.py | 179 > -- > ryu/lib/packet/icmpv6.py | 179 > +++

Re: [Ryu-devel] [PATCH] test: fix integration tests: reflects 978f3e5c

2013-02-06 Thread FUJITA Tomonori
On Wed, 6 Feb 2013 14:02:11 +0900 HIYAMA Manabu wrote: > File "/home/openflow/git/osrg/ryu/ryu/tests/integrated/tester.py", line > 167, in TestFlowBase > @handler.set_ev_cls(dpset.EventDP, dpset.DPSET_EV_DISPATCHER) > AttributeError: 'module' object has no attribute 'DPSET_EV_DISPATCHER'

Re: [Ryu-devel] [PATCH] dpset: improve debug message

2013-02-06 Thread FUJITA Tomonori
On Wed, 6 Feb 2013 16:52:51 +0900 YAMADA Hideki wrote: > Could not understand "reason" number at a glance. > > Signed-off-by: YAMADA Hideki > --- > ryu/controller/dpset.py | 11 +-- > 1 files changed, 9 insertions(+), 2 deletions(-) Looks good, thanks.