diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ryu-manager | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ryu-manager b/bin/ryu-manager index 2437275d..43e0cba4 100755 --- a/bin/ryu-manager +++ b/bin/ryu-manager @@ -35,9 +35,8 @@ from ryu.controller import controller FLAGS = gflags.FLAGS gflags.DEFINE_multistring('app_lists', - ['ryu.app.simple_isolation.SimpleIsolation', - 'ryu.app.rest.restapi', - # 'ryu.app.event_dumper.EventDumper', + ['ryu.app.simple_isolation', + 'ryu.app.rest', ], 'application module name to run') |