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


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to