diff options
author | Bin Hu <bh526r@att.com> | 2016-01-10 16:10:49 -0800 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2016-01-11 00:12:34 +0000 |
commit | 84fc5062e00343446d16075f3a03f3b3cc310b7f (patch) | |
tree | a31f9ae1e74c79bcfa8591b2984b4794059698a2 /docs | |
parent | 98715da1f72a6af92744ef64a5c5ac68e86d52d2 (diff) |
JIRA:IPVSIX-29
Change-Id: I4e923f3bc68909b1fa91c2d4ebad6cbcf42b2a8f
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit cfccf3fc03a1b2846d14cd762bda4e5bd63bd658)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/setupservicevm/4-ipv6-configguide-servicevm.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/setupservicevm/4-ipv6-configguide-servicevm.rst b/docs/setupservicevm/4-ipv6-configguide-servicevm.rst index 8212c1e..61412e1 100644 --- a/docs/setupservicevm/4-ipv6-configguide-servicevm.rst +++ b/docs/setupservicevm/4-ipv6-configguide-servicevm.rst @@ -270,7 +270,15 @@ Please **NOTE** that in case of HA (High Availability) deployment model where mu nodes are used, ``ipv6-router`` created in step **SETUP-SVM-11** could be in any of the controller node. Thus you need to identify in which controller node ``ipv6-router`` is created in order to manually spawn ``radvd`` daemon inside the ``ipv6-router`` namespace in steps **SETUP-SVM-24** through -**SETUP-SVM-30**. +**SETUP-SVM-30**. The following command in Neutron will display the controller on which the +``ipv6-router`` is spawned. + +.. code-block:: bash + + neutron l3-agent-list-hosting-router ipv6-router + +Then you login to that controller and execute steps **SETUP-SVM-24** +through **SETUP-SVM-30** **SETUP-SVM-24**: identify the ``ipv6-router`` namespace and move to the namespace |