Re: [Ryu-devel] [PATCH 0/6] switch from python-gflags to openstack cfg

2013-02-13 Thread FUJITA Tomonori
On Tue, 12 Feb 2013 17:20:55 +0900 YAMAMOTO Takashi wrote: > openstack cfg.py is more flexible wrt schema modifications. > eg. it allows introducing options at module import time. > > YAMAMOTO Takashi (6): > import cfg.py from oslo-incubator > use openstack.common.cfg instead of gflags > a

[Ryu-devel] [PATCH 0/6] switch from python-gflags to openstack cfg

2013-02-12 Thread YAMAMOTO Takashi
openstack cfg.py is more flexible wrt schema modifications. eg. it allows introducing options at module import time. YAMAMOTO Takashi (6): import cfg.py from oslo-incubator use openstack.common.cfg instead of gflags adjust import order in ryu-manager and add a comment. update a sample and