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 <[email protected]> --- 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 bb26e3a..3d31804 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 badb044..5e15348 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. -- 2.7.4 ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/intel _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
