diff options
author | Bin Hu <bh526r@att.com> | 2016-01-17 20:49:58 -0800 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2016-01-17 20:49:58 -0800 |
commit | 941085f6935c1ade0edabf0e89e44ae5255b87f2 (patch) | |
tree | f5f4b7d29643648511be7fccd69e947b9f86b755 /docs/setupservicevm/scenario-3-4-ipv6-configguide-servicevm.rst | |
parent | ab286a625d8bb034ed7fc1e7bc50fbceb52cd758 (diff) |
JIRA:IPVSIX-29
Change-Id: I9b1bcd3464fd3af30346df696e4d2d12de166d42
Signed-off-by: Bin Hu <bh526r@att.com>
Diffstat (limited to 'docs/setupservicevm/scenario-3-4-ipv6-configguide-servicevm.rst')
-rw-r--r-- | docs/setupservicevm/scenario-3-4-ipv6-configguide-servicevm.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/setupservicevm/scenario-3-4-ipv6-configguide-servicevm.rst b/docs/setupservicevm/scenario-3-4-ipv6-configguide-servicevm.rst index 6595cc6..5be5228 100644 --- a/docs/setupservicevm/scenario-3-4-ipv6-configguide-servicevm.rst +++ b/docs/setupservicevm/scenario-3-4-ipv6-configguide-servicevm.rst @@ -36,8 +36,10 @@ Please **NOTE** that the method of sourcing tenant credentials may vary dependin glance image-create --name 'Fedora22' --disk-format qcow2 --container-format bare --file ./Fedora-Cloud-Base-22-20150521.x86_64.qcow2 -**SCENARIO-3-SETUP-4**: 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. +**SCENARIO-3-SETUP-4**: Now we have to move the physical interface (i.e. the public network interface) +to ``br-ex``, including moving the public IP address and setting up default route. **Please note that this step +may already have been done when you use a different installer to deploy OpenStack because that installer +may have already moved the physical interface to** ``br-ex`` **during deployment**. Because our ``opnfv-os-controller`` node has two interfaces ``eth0`` and ``eth1``, and ``eth1`` is used for external connectivity, move the IP address of ``eth1`` to ``br-ex``. |