File: using_with_openstack.rst

package info (click to toggle)
ryu 4.26%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 24,228 kB
  • sloc: python: 111,052; erlang: 14,517; ansic: 594; sh: 516; makefile: 150
file content (25 lines) | stat: -rw-r--r-- 898 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.. _using_with_openstack:

************************************************************************
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.

For more information, please visit http://github.com/osrg/ryu/wiki/OpenStack .
We described instructions of the installation / configuration of OpenStack
with Ryu, and we provide pre-configured VM image to be able to easily try
OpenStack with Ryu.

----

* OpenStack: http://www.openstack.org/
* Quantum: https://github.com/openstack/quantum/