diff options
author | Bin Hu <bh526r@att.com> | 2016-01-16 19:22:32 -0800 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2016-01-17 03:24:33 +0000 |
commit | 530d85dd924905f7b281f8a3a760180aa40d9f85 (patch) | |
tree | 9c2a8f605413b10905d3f99a1d77c1d5a2b125ce /docs/setupservicevm/4-ipv6-configguide-servicevm.rst | |
parent | 86c9a248b85b1b72f7ae5f1c93aaa0c60dd777ad (diff) |
JIRA:IPVSIX-29
Change-Id: Ib542753d3c819a189170a8a582118354518adecc
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit 9fa2a90eb416cca5006503540004ea7e7cd29705)
Diffstat (limited to 'docs/setupservicevm/4-ipv6-configguide-servicevm.rst')
-rw-r--r-- | docs/setupservicevm/4-ipv6-configguide-servicevm.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/setupservicevm/4-ipv6-configguide-servicevm.rst b/docs/setupservicevm/4-ipv6-configguide-servicevm.rst index 61412e1..8d0cd9c 100644 --- a/docs/setupservicevm/4-ipv6-configguide-servicevm.rst +++ b/docs/setupservicevm/4-ipv6-configguide-servicevm.rst @@ -30,6 +30,9 @@ Start a new terminal, and change directory to where OpenStack is installed. opnfv@opnfv-os-controller:~/devstack$ source openrc admin demo +Please **NOTE** that the method of sourcing tenant credentials may vary depending on installers. +**Please refer to relevant documentation of installers if you encounter any issue**. + ************************************** Add External Connectivity to ``br-ex`` ************************************** @@ -38,6 +41,8 @@ Because we need to manually create networks/subnets to achieve the IPv6 vRouter, ``NEUTRON_CREATE_INITIAL_NETWORKS=False`` in ``local.conf`` file. When this flag is set to False, ``devstack`` does not create any networks/subnets during the setup phase. +Now we have to move the public network from physical network interface to ``br-ex``, +including moving the public IP address and setting up default route. In OpenStack Controller Node ``opnfv-os-controller``, ``eth1`` is configured to provide external/public connectivity for both IPv4 and IPv6 (optional). So let us add this interface to ``br-ex`` and move the IP address, including the default route from ``eth1`` to ``br-ex``. |