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 ++
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
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
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
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.