Re: [Ryu-devel] [PATCH] fix failure of instantiating app

2014-06-11 Thread FUJITA Tomonori
On Thu, 29 May 2014 13:40:33 +0900 Yoshihiro Kaneko wrote: > For example, app-A has app-X in CONTEXTS, and app-B depends on app-X as > SERVICE. When app-B is specified in the app-lists before app-A, the > instantiating app-X fails by an assertion. > > $ PYTHONPATH=. bin/ryu-manager ryu.app.quan

Re: [Ryu-devel] [PATCH] fix failure of instantiating app

2014-06-03 Thread YAMADA Hideki
I have found same problem when I use rest_topology and ws_topology. And this patch fixed it. (2014/05/29 13:40), Yoshihiro Kaneko wrote: > For example, app-A has app-X in CONTEXTS, and app-B depends on app-X as > SERVICE. When app-B is specified in the app-lists before app-A, the > instantiating

[Ryu-devel] [PATCH] fix failure of instantiating app

2014-05-28 Thread Yoshihiro Kaneko
For example, app-A has app-X in CONTEXTS, and app-B depends on app-X as SERVICE. When app-B is specified in the app-lists before app-A, the instantiating app-X fails by an assertion. $ PYTHONPATH=. bin/ryu-manager ryu.app.quantum_adapter ryu.app.gre_tunnel loading app ryu.app.quantum_adapter load