os-ken/ryu/cmd
IWASE Yusuke 388a97ef6d manager: Introduce user flags option
This patch introduces "--user-flags" option which enable to add user
original CLI or config file options for their own Ryu applications.

Usage Example)
  $ cat user_flags.py
  from ryu import cfg

  CONF = cfg.CONF
  CONF.register_cli_opts([
      cfg.StrOpt(
          'user-cli-opt', default=None,
          help='user original CLI option'),
  ])

  $ ryu-manager --user-flags user_flags.py user_app.py

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2017-06-22 16:08:33 +09:00
..
__init__.py move ryu-manager to entrypoints 2013-09-02 14:41:27 +09:00
manager.py manager: Introduce user flags option 2017-06-22 16:08:33 +09:00
of_config_cli.py contrib: Revert module path to ryu.contrib 2016-11-14 18:14:20 +09:00
ofa_neutron_agent.py ofa_neutron_agent: Add a comment to explain what uses this 2014-09-12 09:04:46 -07:00
rpc_cli.py rpc_cli: Avoid to use eval() 2016-12-29 22:58:23 +09:00
ryu_base.py contrib: Revert module path to ryu.contrib 2016-11-14 18:14:20 +09:00