Hi, good work. openstack adopts the convention to use '-', not '_'. E.g. --option-value instead of --option_value. So how about switching to '-' for consistency?
On Wed, Feb 20, 2013 at 12:38:42PM +0900, YAMAMOTO Takashi wrote: > import a new version of cfg.py from the upstream, mainly to > obtain the following change. > > commit 16c4ecbefc94941821f3ae7ca253fad7bc377c58 > Author: YAMAMOTO Takashi <[email protected]> > Date: Wed Feb 13 14:01:46 2013 +0900 > > sort options to make --help output prettier > > explicitly sort options when adding them to argparse. > it's a bit silly to print them in a dict iteration order. > > Change-Id: Id508331d7ee3b24e76be7fa958d27d29905bd3d2 > Signed-off-by: YAMAMOTO Takashi <[email protected]> > > YAMAMOTO Takashi (3): > import oslo-config > switch from openstack.common.cfg to oslo.config.cfg > remove no longer used contrib/openstack > > bin/ryu-manager | 4 +- > ryu/app/quantum_adapter.py | 2 +- > ryu/app/tunnel_port_updater.py | 2 +- > ryu/app/wsgi.py | 2 +- > ryu/contrib/{openstack/common => oslo}/__init__.py | 6 +-- > ryu/contrib/{openstack => oslo/config}/__init__.py | 11 +---- > .../{openstack/common => oslo/config}/cfg.py | 47 > +++++++++++++++------- > .../{openstack/common => oslo/config}/iniparser.py | 0 > ryu/controller/controller.py | 2 +- > ryu/flags.py | 2 +- > ryu/lib/ovs/bridge.py | 2 +- > ryu/log.py | 2 +- > 12 files changed, 44 insertions(+), 38 deletions(-) > rename ryu/contrib/{openstack/common => oslo}/__init__.py (77%) > rename ryu/contrib/{openstack => oslo/config}/__init__.py (69%) > rename ryu/contrib/{openstack/common => oslo/config}/cfg.py (97%) > rename ryu/contrib/{openstack/common => oslo/config}/iniparser.py (100%) > > -- > 1.7.12 > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > -- yamahata ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
