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 <[email protected]> --- doc/source/index.rst | 4 +--- doc/source/openstack.rst | 12 ++++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 doc/source/openstack.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index f434e73..a71ba8d 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 0000000..887f75d --- /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 -- 1.7.4.4 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
