diff options
Diffstat (limited to 'docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst')
-rw-r--r-- | docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst b/docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst index 00667bb..d020521 100644 --- a/docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst +++ b/docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst @@ -161,6 +161,9 @@ configuration parameters. **OS-NATIVE-SEC-3**: After updating the settings, you will have to restart the ``Neutron`` and ``Nova`` services. +**Please note that the commands of restarting ``Neutron`` and ``Nova`` would vary depending on the installer. +Please refer to relevant documentation of specific installers** + ********************************* Set Up Service VM as IPv6 vRouter ********************************* @@ -197,8 +200,10 @@ the following command may be used for some other installers: glance image-create --name 'Fedora22' --disk-format qcow2 --container-format bare --file ./Fedora-Cloud-Base-22-20150521.x86_64.qcow2 -**OS-NATIVE-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. +**OS-NATIVE-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``. |