summaryrefslogtreecommitdiffhomepage
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/index.rst1
-rw-r--r--doc/source/using_with_openstack.rst7
2 files changed, 7 insertions, 1 deletions
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.