Update and rename MantenerFIFO to MantenerFIFO.md
[vsorcdistro/.git] / ryu / doc / source / using_with_openstack.rst
1 .. _using_with_openstack:
2
3 ************************************************************************
4 Using Ryu Network Operating System with OpenStack as OpenFlow controller
5 ************************************************************************
6
7 .. CAUTION::
8
9     The Ryu plugin and OFAgent described in the following is deprecated,
10     because Ryu is officially integrated into Open vSwitch agent with
11     "of_interface = native" mode.
12
13
14 Ryu cooperates with OpenStack using Quantum Ryu plugin. The plugin is
15 available in the official Quantum releases.
16
17 For more information, please visit http://github.com/osrg/ryu/wiki/OpenStack .
18 We described instructions of the installation / configuration of OpenStack
19 with Ryu, and we provide pre-configured VM image to be able to easily try
20 OpenStack with Ryu.
21
22 ----
23
24 * OpenStack: http://www.openstack.org/
25 * Quantum: https://github.com/openstack/quantum/