Temporal work around. This will be addressed later.

Signed-off-by: Isaku Yamahata <[email protected]>
---
 bin/ryu-manager |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bin/ryu-manager b/bin/ryu-manager
index 4d6c490..94663aa 100755
--- a/bin/ryu-manager
+++ b/bin/ryu-manager
@@ -33,6 +33,9 @@ from ryu.app import wsgi
 from ryu.base.app_manager import AppManager
 from ryu.controller import controller
 
+# for gflags
+import ryu.app.quantum_adapter
+
 
 FLAGS = gflags.FLAGS
 gflags.DEFINE_bool('version', False, 'output version information and exit')
@@ -53,7 +56,6 @@ def main():
 
     # always enable ofp for now.
     FLAGS.app_lists += ['ryu.controller.ofp_handler']
-
     if len(args) > 1:
         FLAGS.app_lists += args[1:]
 
-- 
1.7.10.4


------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to