diff options
author | BIN HU <bin.hu@att.com> | 2018-10-12 16:23:58 -0700 |
---|---|---|
committer | Bin Hu <bin.hu@att.com> | 2018-10-12 23:35:44 +0000 |
commit | 2b1ac0777a6754a9a225ea383c35abf104811824 (patch) | |
tree | 9753db0e0b4c83ebe987039eb8aa1cf91da36350 /docs/release/userguide/index.rst | |
parent | d8d182daea54b155bd001f1528986b906ccdb723 (diff) |
Docker IPv6 simple cluster topology
Change-Id: I7be2e35fdeb735c828f1260a75df4a4c0a14f350
Signed-off-by: BIN HU <bin.hu@att.com>
(cherry picked from commit eeeb529447a7547e71fde0b7565027e7026a9678)
Diffstat (limited to 'docs/release/userguide/index.rst')
-rw-r--r-- | docs/release/userguide/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/release/userguide/index.rst b/docs/release/userguide/index.rst index 604574e..f4012a7 100644 --- a/docs/release/userguide/index.rst +++ b/docs/release/userguide/index.rst @@ -26,8 +26,9 @@ some IPv6 related operations. The IPv6 Setup in Container Networking serves as feature specific user guides and references when as a user you may want to explore IPv6 in Docker container -environment. The use of NDP Proxying is also explored to connect IPv6-only -containers to external network. +environment. The use of NDP Proxying is explored to connect IPv6-only +containers to external network. The Docker IPv6 simple cluster topology is +studied with two Hosts, each with 2 Docker containers. For more information, please find `Neutron's IPv6 document for Queens Release <http://docs.openstack.org/neutron/queens/admin/config-ipv6.html>`_. @@ -40,3 +41,4 @@ For more information, please find `Neutron's IPv6 document for Queens Release ./gap-odl-oxygen.rst ./ipv6-in-container-networking.rst ./icmpv6-and-ndp-proxying-for-docker-containers.rst + ./docker-ipv6-simple-cluster-topology.rst |