diff options
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 |