On Fri, 7 Feb 2014 16:36:16 +0900 YAMAMOTO Takashi <[email protected]> wrote:
> this is ryu part of neutron ofswitch agent. > cf. https://blueprints.launchpad.net/neutron/+spec/ryu-ml2-driver > > this set is after changes i posted today. > Esp. "run_tests.sh: add of-config-cli to PYLINT_INCLUDE". > (logically independent, but touches the same lines) > > YAMAMOTO Takashi (3): > run_tests.sh: add neutron-ofswitch-agent to PYLINT_INCLUDE > setup.cfg: add neutron-ofswitch-agent to console_scrpits > neutron-ofswitch-agent man page > > fumihiko kakuma (1): > neutron-ofswitch-agent: neutron agent for ofswitch ML2 mechanism > driver > > bin/neutron-ofswitch-agent | 19 +++++++ > doc/source/conf.py | 3 ++ > doc/source/man/neutron_ofswitch_agent.rst | 20 +++++++ > run_tests.sh | 2 +- > ryu/cmd/ofs_neutron_agent.py | 88 > +++++++++++++++++++++++++++++++ > setup.cfg | 1 + > 6 files changed, 132 insertions(+), 1 deletion(-) > create mode 100755 bin/neutron-ofswitch-agent > create mode 100644 doc/source/man/neutron_ofswitch_agent.rst > create mode 100755 ryu/cmd/ofs_neutron_agent.py I think that we need better API for our neutron agent but applied for now. Thanks! ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
