On Tue, 12 Feb 2013 17:20:55 +0900 YAMAMOTO Takashi <[email protected]> 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 > adjust import order in ryu-manager and add a comment. > update a sample and documentation > fix a typo in the help message of quantum_controller_addr > stop requiring gflags > > bin/ryu-manager | 45 +- > doc/source/parameters.rst | 17 +- > doc/source/step_by_step.rst | 9 +- > doc/source/using_with_openstack.rst | 2 +- > etc/ryu/ryu.conf | 10 +- > ryu/app/quantum_adapter.py | 28 +- > ryu/app/tunnel_port_updater.py | 11 +- > ryu/app/wsgi.py | 13 +- > ryu/contrib/openstack/__init__.py | 24 + > ryu/contrib/openstack/common/__init__.py | 19 + > ryu/contrib/openstack/common/cfg.py | 1731 > +++++++++++++++++++++++++++++ > ryu/contrib/openstack/common/iniparser.py | 130 +++ > ryu/controller/controller.py | 48 +- > ryu/flags.py | 51 +- > ryu/lib/ovs/bridge.py | 10 +- > ryu/lib/ovs/db_client.py | 2 - > ryu/log.py | 42 +- > ryu/utils.py | 27 - > setup.cfg | 2 +- > tools/pip-requires | 1 - > 20 files changed, 2053 insertions(+), 169 deletions(-) > create mode 100644 ryu/contrib/openstack/__init__.py > create mode 100644 ryu/contrib/openstack/common/__init__.py > create mode 100644 ryu/contrib/openstack/common/cfg.py > create mode 100644 ryu/contrib/openstack/common/iniparser.py Great! Applied. ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
