summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Hu <bh526r@att.com>2015-12-23 11:34:08 -0800
committerBin Hu <bh526r@att.com>2015-12-23 11:34:08 -0800
commit8b4e55547d807f21898081cc70361bf1aebce16a (patch)
treefdd7adb6f486f05f07befba8226f11cd9f651eeb
parentc1eb2f8fa960bfbc6628d6c8097583cb7e2f486f (diff)
JIRA: IPVSIX-29
Change-Id: Ia6724f94bca51cbc96110c32a29b182fbc127786 Signed-off-by: Bin Hu <bh526r@att.com>
-rw-r--r--docs/setupservicevm/2-ipv6-configguide-os-controller.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/setupservicevm/2-ipv6-configguide-os-controller.rst b/docs/setupservicevm/2-ipv6-configguide-os-controller.rst
index f6224e8..f748f0b 100644
--- a/docs/setupservicevm/2-ipv6-configguide-os-controller.rst
+++ b/docs/setupservicevm/2-ipv6-configguide-os-controller.rst
@@ -13,9 +13,10 @@ For exemplary purpose, we assume:
**OS-N-2**: Update the packages and install git
- ``sudo apt-get update -y``
+.. code-block:: bash
- ``sudo apt-get install -y git``
+ sudo apt-get update -y
+ sudo apt-get install -y git
**OS-N-3**: Download devstack and switch to stable/kilo branch
@@ -29,10 +30,12 @@ For exemplary purpose, we assume:
``http://fpaste.org/276949/39476214/``
+Please note:
+
* Note 1: you need to change the IP address of ``ODL_MGR_IP`` to point to your actual IP address
-of Open Daylight Controller.
+ of Open Daylight Controller.
* Note 2: You may have to change the value of ``ODL_PROVIDER_MAPPINGS`` and ``PUBLIC_INTERFACE``
-to match your actual network interfaces.
+ to match your actual network interfaces.
**OS-N-6**: Initiate Openstack setup by invoking ``stack.sh``