From e33f5e4d3afe0ea3ffe86a4e2cbb08dc82e8606b Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 17 Mar 2015 11:55:55 +0900 Subject: [PATCH] README.rst: Replace a reference to ryu-plugin with ofagent Ryu-plugin is obsolete and has been removed in the development version of OpenStack/Networking. Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- README.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 5ca620fd..97565303 100644 --- a/README.rst +++ b/README.rst @@ -24,10 +24,7 @@ If you prefer to install Ryu from the source code:: % cd ryu; python ./setup.py install If you want to use Ryu with `OpenStack `_, -please refer `detailed documents `_. -You can create tens of thousands of isolated virtual networks without -using VLAN. The Ryu application is included in OpenStack mainline as -of Essex release. +please refer `networking-ofagent project `_. If you want to write your Ryu application, have a look at `Writing ryu application `_ document.