hi,

> p.s.
> If the option is abolished since 3.19, I don't mind. But, I thought the
> information which loses the backward compatibility should be advertised
> widely, so I posted.

sorry for the lack of heads-up.

> 
> 2015-03-11 17:33 GMT+09:00 Satoshi KOBAYASHI <[email protected]>:
> 
>> Hi folks,
>>
>> I noticed that Ryu has issue of config file. The following option 'C' no
>> longer works.
>>
>> https://github.com/osrg/ryu/blob/305e41f47bf5e51ad5ade1ec1590c965586ed10a/ryu/cfg.py#L21-23
>>
>> Because:
>> 3.18 or before: ryu.cfg.CONF == oslo.config.cfg.CONF
>> 3.19 ryu.cfg.CONF != oslo.config.cfg.CONF

the aim of the change was to avoid conflicts between
application-level options using oslo.config.cfg.CONF and
ryu-as-library options which uses ryu.cfg.CONF.

>>
>> If an application which has used option 'C' exists, it is affected.
>> # That's my application OMG...XD

your application wants to access options registered by ryu
via oslo.config.cfg.CONF?

YAMAMOTO Takashi

>>
>> Thanks,
>> Satoshi

------------------------------------------------------------------------------
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