diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-09-27 09:00:34 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-09-28 22:23:21 +0900 |
commit | 927cda4392f1e16f2729b37c46ed7b21e699c9b0 (patch) | |
tree | b68eccd606649d7e39fb9086e1597fbdac4c9b59 /doc | |
parent | 50ad776a32ca5c8df1362d41014333e47770058c (diff) |
remove old Ryu OpenStack plugin stuff
The plugin that uses these was removed from OpenStack long ago.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/components.rst | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/source/components.rst b/doc/source/components.rst index 3a5876c5..d2dbb7b2 100644 --- a/doc/source/components.rst +++ b/doc/source/components.rst @@ -94,42 +94,6 @@ ryu.app.simple_switch --------------------- .. automodule:: ryu.app.simple_switch -ryu.app.simple_isolation ------------------------- -.. automodule:: ryu.app.simple_isolation - -ryu.app.simple_vlan -------------------- -.. automodule:: ryu.app.simple_vlan - -ryu.app.gre_tunnel ------------------- -.. automodule:: ryu.app.gre_tunnel - -ryu.app.tunnel_port_updater ---------------------------- -.. automodule:: ryu.app.tunnel_port_updater - -ryu.app.quantum_adapter ------------------------ -.. automodule:: ryu.app.quantum_adapter - -ryu.app.rest ------------- -.. automodule:: ryu.app.rest - -ryu.app.rest_conf_switch ------------------------- -.. automodule:: ryu.app.rest_conf_switch - -ryu.app.rest_quantum --------------------- -.. automodule:: ryu.app.rest_quantum - -ryu.app.rest_tunnel -------------------- -.. automodule:: ryu.app.rest_tunnel - ryu.topology ------------ .. automodule:: ryu.topology |