On Thu, 26 Feb 2015 18:08:38 +0900
YAMAMOTO Takashi <[email protected]> wrote:

> This might be necessary for future vesions of Neutron OVS agent.
> 
> 1. The agent parses options, including command line options, using
>   oslo.config.cfg.CONF ConfigOpt instance.
> 2. Depending on options, it might lazily import ryu modules.
> 3. The ryu modules might have import-time register_cli_opts calls
>   against ryu.cfg.CONF.
> 3. As ryu.cfg.CONF is same as oslo.config.cfg.CONF, oslo.config
>   raises an exception, complaining register_cli_opts is used after
>   parsing command line options.
> 
> Signed-off-by: YAMAMOTO Takashi <[email protected]>
> ---
>  ryu/cfg.py | 14 ++++++--------
>  1 file changed, 6 insertions(+), 8 deletions(-)

Applied, thanks.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to