diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-01-31 14:20:38 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-01-31 14:20:38 +0900 |
commit | 0b00bfb2748bf07ee4db0bbeb68e696664137fa2 (patch) | |
tree | 890b59a8a6aa4e1f3af86bf4eccc6945229a6d83 /README.rst | |
parent | 0bfdd1e8fbb429f02b475e2829af3dbef0e7dcc0 (diff) |
doc: remove obsolete OpenStack info
ofagent is obsolete. Ryu became the part of OVS agent.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -23,9 +23,6 @@ If you prefer to install Ryu from the source code:: % git clone git://github.com/osrg/ryu.git % cd ryu; python ./setup.py install -If you want to use Ryu with `OpenStack <http://openstack.org/>`_, -please refer `networking-ofagent project <https://github.com/stackforge/networking-ofagent>`_. - If you want to write your Ryu application, have a look at `Writing ryu application <http://ryu.readthedocs.org/en/latest/writing_ryu_app.html>`_ document. After writing your application, just type:: |