On Wed, 17 Jul 2013 12:32:55 +0900
Isaku Yamahata wrote:
> When ryu starts up, related openstack components (keystone and neutron)
> might not be running. They might be during start up process.
> In that case, quantum_adapter results in exception as follows.
> So in order to avoid ordering of sta
When ryu starts up, related openstack components (keystone and neutron)
might not be running. They might be during start up process.
In that case, quantum_adapter results in exception as follows.
So in order to avoid ordering of starting up, lazily initialize neutoron
api.
> hub: uncaught exceptio
Signed-off-by: Sam Russell
---
ryu/app/simple_switch_12.py | 120 +++
1 file changed, 120 insertions(+)
create mode 100644 ryu/app/simple_switch_12.py
diff --git a/ryu/app/simple_switch_12.py b/ryu/app/simple_switch_12.py
new file mode 100644
index 0
Hi. Thank you for posting this.
Some comment on format/style.
- please add your signed-off-by.
- please split up into logically independent part.
e.g. the hunk to the simple_switch.py should be independent patch
simple_switch_12.py
spe.py and spe_config.py seems to be independent.
---
ryu/app/simple_switch.py|2 +-
ryu/app/simple_switch_12.py | 142 +++
ryu/app/spe.py | 265 +++
ryu/app/spe_config.py |5 +
4 files changed, 413 insertions(+), 1 deletion(-)
create mode 100644 ryu/app
I'm getting "fatal: corrupt patch at line 72" when attempting to apply
this patch. Looks like some lines were wrapped when you sent the
email.
On Wed, Jul 17, 2013 at 10:20 AM, Sam Russell wrote:
> I rebased my patch that I submitted earlier - is this acceptable?
>
> ---
> ryu/app/simple_switch.
I rebased my patch that I submitted earlier - is this acceptable?
---
ryu/app/simple_switch.py|2 +-
ryu/app/simple_switch_12.py | 142 +++
ryu/app/spe.py | 265
+++
ryu/app/spe_config.py |5 +
4 files ch
Hi,
Just wanted to check - is the patch in my last email okay, or does it need
to be formatted differently? Is it a patch that you're interested in
incorporating into Ryu?
有難うございました
Sam
On Tue, Jul 16, 2013 at 2:52 PM, Sam Russell wrote:
> Thanks for your help, is this patch okay?
>
>
> On Tue
On Tue, 16 Jul 2013 19:28:55 -0300
Tonhão - Antonio Brasolin wrote:
> I am experienced with python and openflow, but new to RYU so i was checking
> the tutorial on https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial .
> However, when i clicked
> http://osrg.github.com/ryu/doc/writing_ryu_app.html(
On Tue, 16 Jul 2013 18:51:09 +
"Claiborne, Matt" wrote:
> I am seeing the following error when controller receives and attempts to
> parse a multipart reply for a port_desc_stats_request. This was working
> until recently, I would appreciate any suggestions for a fix/workaround to
> this
Hello.
My name is Antonio, i'm new to the ryu's mailing list, hope we can get
along.
I am experienced with python and openflow, but new to RYU so i was checking
the tutorial on https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial .
However, when i clicked
http://osrg.github.com/ryu/doc/writing_ryu_
I am seeing the following error when controller receives and attempts to parse
a multipart reply for a port_desc_stats_request. This was working until
recently, I would appreciate any suggestions for a fix/workaround to this issue.
Trace:
[0x182e5f694c00] ('143.0.1.211', 56538): OFPGetConfi
12 matches
Mail list logo