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
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
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://
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
> +++
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'
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.