Re: [Ryu-devel] [PATCH 2/2] use six.add_metaclass

2014-02-10 Thread FUJITA Tomonori
On Mon, 10 Feb 2014 18:30:15 +0900 YAMAMOTO Takashi wrote: > as suggested by OpenStack Style Guideline. > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/lib/ofp_pktinfilter.py| 4 ++-- > ryu/lib/packet/bgp.py | 3 ++- > ryu/lib/packet/icmpv6.py | 5 ++

[Ryu-devel] Openstack with RYU and VPNaaS

2014-02-10 Thread Lück , Christian
Hi, the havana release of Openstack introduced VPNaaS. When i'm using the ryu plugin the VPN connection initialization fails with this message: Request Failed: internal server error while processing your request. Does the openstack ryu plugin support VPNaaS ? If not, are there Plans on supporti

Re: [Ryu-devel] Custom events in Ryu application

2014-02-10 Thread Eros Spalla
Hi. I found the solution. In this case, I need to use this declaration "_EVENTS = [event_message.EventMessage]" in my classes. Ex: ***APP 1 class ConnectionManager(app_manager.RyuApp): OFP_VERSIONS = [ofproto_v1_3.OFP_VERSION] _EVENTS = [event_message.EventMessage] def __init__(sel

[Ryu-devel] [PATCH 2/2] use six.add_metaclass

2014-02-10 Thread YAMAMOTO Takashi
as suggested by OpenStack Style Guideline. Signed-off-by: YAMAMOTO Takashi --- ryu/lib/ofp_pktinfilter.py| 4 ++-- ryu/lib/packet/bgp.py | 3 ++- ryu/lib/packet/icmpv6.py | 5 ++--- ryu/lib/packet/ipv6.py| 5 ++--- ryu/lib/packet/packe

[Ryu-devel] [PATCH 1/2] pip-requires: sort

2014-02-10 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- tools/pip-requires | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index 4436d0f..565e4d4 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,8 +1,8 @@ eventlet -routes -webob>=1.0.