On Tue, 27 May 2014 19:07:47 +0900 Yoshihiro Kaneko <ykaneko0...@gmail.com> wrote:
> port from wiki. > > dummy quantumclient is necessary to import ryu.app.quantum_adapter by > sphinx.ext.autodoc. > > Signed-off-by: Yoshihiro Kaneko <ykaneko0...@gmail.com> > --- > doc/source/api_ref.rst | 2 +- > doc/source/components.rst | 172 > +++++++++++++++++++++++++ > doc/source/conf.py | 1 + > doc/source/developing.rst | 1 + > doc/source/quantumclient/client.py | 3 + > doc/source/quantumclient/common/exceptions.py | 7 + > doc/source/quantumclient/v2_0/client.py | 3 + > ryu/app/cbench.py | 4 + > ryu/app/gre_tunnel.py | 5 + > ryu/app/quantum_adapter.py | 6 + > ryu/app/rest.py | 17 ++- > ryu/app/rest_conf_switch.py | 10 +- > ryu/app/rest_quantum.py | 13 +- > ryu/app/rest_tunnel.py | 8 ++ > ryu/app/simple_isolation.py | 4 + > ryu/app/simple_switch.py | 4 + > ryu/app/simple_vlan.py | 4 + > ryu/app/tunnel_port_updater.py | 4 +- > ryu/base/app_manager.py | 9 ++ > ryu/controller/controller.py | 8 ++ > ryu/controller/dpset.py | 6 + > ryu/controller/ofp_event.py | 4 + > ryu/controller/ofp_handler.py | 4 + > ryu/lib/netconf/__init__.py | 4 + > ryu/lib/of_config/__init__.py | 4 + > ryu/lib/ovs/__init__.py | 3 + > ryu/lib/packet/__init__.py | 5 + > ryu/lib/xflow/__init__.py | 3 + > ryu/ofproto/ofproto_v1_0.py | 4 + > ryu/ofproto/ofproto_v1_0_parser.py | 4 + > ryu/ofproto/ofproto_v1_2.py | 4 + > ryu/ofproto/ofproto_v1_2_parser.py | 4 + > ryu/ofproto/ofproto_v1_3.py | 4 + > ryu/ofproto/ofproto_v1_4.py | 4 + > ryu/ofproto/ofproto_v1_4_parser.py | 4 + > ryu/topology/__init__.py | 3 + > 36 files changed, 331 insertions(+), 18 deletions(-) > create mode 100644 doc/source/components.rst > create mode 100644 doc/source/quantumclient/__init__.py > create mode 100644 doc/source/quantumclient/client.py > create mode 100644 doc/source/quantumclient/common/__init__.py > create mode 100644 doc/source/quantumclient/common/exceptions.py > create mode 100644 doc/source/quantumclient/v2_0/__init__.py > create mode 100644 doc/source/quantumclient/v2_0/client.py Applied, thanks. ------------------------------------------------------------------------------ The best possible search technologies are now affordable for all companies. Download your FREE open source Enterprise Search Engine today! Our experts will assist you in its installation for $59/mo, no commitment. Test it for FREE on our Cloud platform anytime! http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel