diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-09-13 22:33:23 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-09-14 16:31:25 +0900 |
commit | 8b7950dc363b59a333d26870cc6613d3f5182d53 (patch) | |
tree | 34b684eabe15c906d0dc37563b96d698414ea9b0 /doc | |
parent | 5e8d29832dd06a1beb83798f628d2992a1ba4224 (diff) |
doc: rearrange openstack docs
The following docs are about OpenStack:
using_with_openstack.rst
step_by_step.rst
how_l2_segregation_work.rst
So let's create 'OpenStack' section in the index and put three under
the section.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/index.rst | 4 | ||||
-rw-r--r-- | doc/source/openstack.rst | 12 |
2 files changed, 13 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index f434e730..a71ba8de 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,9 +15,7 @@ Contents: overview.rst writing_ryu_app.rst getting_started.rst - using_with_openstack.rst - step_by_step.rst - how_l2_segregation_works.rst + openstack.rst library.rst Indices and tables diff --git a/doc/source/openstack.rst b/doc/source/openstack.rst new file mode 100644 index 00000000..887f75d4 --- /dev/null +++ b/doc/source/openstack.rst @@ -0,0 +1,12 @@ +********************* +OpenStack Integration +********************* + +Ryu provides tenant L2 isolation featuer in OpenStack. + +.. toctree:: + :maxdepth: 1 + + using_with_openstack.rst + step_by_step.rst + how_l2_segregation_works.rst |