Temporal work around. This will be addressed later.
Signed-off-by: Isaku Yamahata <[email protected]>
---
bin/ryu-manager | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
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.1.1
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel