summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ryu/flags.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ryu/flags.py b/ryu/flags.py
index b4e55d00..533f7de2 100644
--- a/ryu/flags.py
+++ b/ryu/flags.py
@@ -22,8 +22,6 @@ from oslo.config import cfg
CONF = cfg.CONF
CONF.register_cli_opts([
- # GLOBAL flags
- cfg.BoolOpt('monkey-patch', default=False, help='do monkey patch'),
# app/quantum_adapter
cfg.StrOpt('quantum-url', default='http://localhost:9696',
help='URL for connecting to quantum'),