From cf1a2f37c86668cbd5a31bc093016004bf1e8c34 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Thu, 22 Dec 2016 16:47:03 +0900 Subject: [PATCH] doc: Deprecate OpenStack plugin ref Because the Ryu plugin for OpenStack was deprecated and the description in "using_with_openstack.rst" is obsoleted, this patch removes the link to this page from the index and adds the cautions for it. Signed-off-by: IWASE Yusuke Signed-off-by: FUJITA Tomonori --- doc/source/index.rst | 1 - doc/source/using_with_openstack.rst | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index bb26e3aa..3d318046 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -16,7 +16,6 @@ Contents: developing.rst configuration.rst tests.rst - using_with_openstack.rst snort_integrate.rst app.rst diff --git a/doc/source/using_with_openstack.rst b/doc/source/using_with_openstack.rst index badb0446..5e153486 100644 --- a/doc/source/using_with_openstack.rst +++ b/doc/source/using_with_openstack.rst @@ -4,6 +4,13 @@ Using Ryu Network Operating System with OpenStack as OpenFlow controller ************************************************************************ +.. CAUTION:: + + The Ryu plugin and OFAgent described in the following is deprecated, + because Ryu is officially integrated into Open vSwitch agent with + "of_interface = native" mode. + + Ryu cooperates with OpenStack using Quantum Ryu plugin. The plugin is available in the official Quantum releases.