.. code-block:: bash
 
     # HA deployment in OpenStack-only environment
-    sudo deploy.sh -s os-nofeature-ha
+    sudo ./deploy.sh -s os-nofeature-ha
 
     # Non-HA deployment in OpenStack-only environment
-    sudo deploy.sh -s os-nofeature-noha
+    sudo ./deploy.sh -s os-nofeature-noha
 
-Please **NOTE** that currently only ``Fuel`` installer supports this environment.
+**Joid** Installer:
+
+.. code-block:: bash
+
+    # HA deployment in OpenStack-only environment
+    sudo ./deploy.sh -o liberty -s nosdn -t ha
+
+    # Non-HA deployment in OpenStack-only environment
+    sudo ./deploy.sh -o liberty -s nosdn -t noha
+
+Please **NOTE** that currently only ``Fuel`` and ``Joid`` installers support this environment.
 
 **OPNFV-NATIVE-INSTALL-2**: Clone the following GitHub repository to get the
 configuration and metadata files
 ---------------------------------
 
 **OPNFV-NATIVE-SETUP-1**: Now we assume that OpenStack multi-node setup is up and running.
-We have to source the tenant credentials in this step. The following command should be executed:
+We have to source the tenant credentials in this step. Please **NOTE** that the method of sourcing tenant
+credentials may vary depending on installers. For example:
+
+**Apex** installer:
+
+.. code-block:: bash
+
+    # source the tenant credentials using Apex installer of OPNFV
+    # you need to copy the file /home/stack/overcloudrc from the installer VM called "instack"
+    # to a location in controller node, for example, in the directory /opt
+    source /opt/overcloudrc
+
+**Compass** installer:
 
 .. code-block:: bash
 
-    # source the tenant credentials in OPNFV
+    # source the tenant credentials using Compass installer of OPNFV
     source /opt/admin-openrc.sh
 
-Please **NOTE** that the method of sourcing tenant credentials may vary depending on installers. For example,
-in ``devstack``, the following command should be used:
+**Joid** installer:
+
+.. code-block:: bash
+
+    # source the tenant credentials using Joid installer of OPNFV
+    source $HOME/joid_config/admin-openrc
+
+**devstack**:
 
 .. code-block:: bash
 
 .. code-block:: bash
 
     # HA deployment in OpenStack with Open Daylight L2-only environment
-    sudo deploy.sh -s os-odl_l2-nofeature-ha
+    sudo ./deploy.sh -s os-odl_l2-nofeature-ha
 
     # Non-HA deployment in OpenStack with Open Daylight L2-only environment
-    sudo deploy.sh -s os-odl_l2-nofeature-noha
+    sudo ./deploy.sh -s os-odl_l2-nofeature-noha
 
 Please **NOTE** that currently only ``Apex`` and ``Fuel`` installer support this environment.
 
 **SETUP-SVM-1**: Login in OpenStack Controller Node. Start a new terminal,
 and change directory to where OpenStack is installed.
 
-**SETUP-SVM-2**: We have to source the tenant credentials in this step.
-The following command should be executed:
+**SETUP-SVM-2**: We have to source the tenant credentials in this step. Please **NOTE**
+that the method of sourcing tenant credentials may vary depending on installers. For example:
+
+**Apex** installer:
 
 .. code-block:: bash
 
-    # source the tenant credentials in OPNFV
+    # source the tenant credentials using Apex installer of OPNFV
+    # you need to copy the file /home/stack/overcloudrc from the installer VM called "instack"
+    # to a location in controller node, for example, in the directory /opt
+    source /opt/overcloudrc
+
+**Compass** installer:
+
+.. code-block:: bash
+
+    # source the tenant credentials using Compass installer of OPNFV
     source /opt/admin-openrc.sh
 
-Please **NOTE** that the method of sourcing tenant credentials may vary depending on installers. For example,
-in ``devstack``, the following command should be used:
+**Joid** installer:
+
+.. code-block:: bash
+
+    # source the tenant credentials using Joid installer of OPNFV
+    source $HOME/joid_config/admin-openrc
+
+**devstack**:
 
 .. code-block:: bash
 
 
     exit
 
-
 
 .. code-block:: bash
 
     # HA deployment in OpenStack-only environment
-    sudo deploy.sh -s os-nofeature-ha
+    sudo ./deploy.sh -s os-nofeature-ha
 
     # Non-HA deployment in OpenStack-only environment
-    sudo deploy.sh -s os-nofeature-noha
+    sudo ./deploy.sh -s os-nofeature-noha
 
-Please **NOTE** that currently only ``Fuel`` installer supports this environment.
+**Joid** Installer:
+
+.. code-block:: bash
+
+    # HA deployment in OpenStack-only environment
+    sudo ./deploy.sh -o liberty -s nosdn -t ha
+
+    # Non-HA deployment in OpenStack-only environment
+    sudo ./deploy.sh -o liberty -s nosdn -t noha
+
+Please **NOTE** that currently only ``Fuel`` and ``Joid`` installers support this environment.
 
 **OPNFV-NATIVE-INSTALL-2**: Clone the following GitHub repository to get the
 configuration and metadata files
 ---------------------------------
 
 **OPNFV-NATIVE-SETUP-1**: Now we assume that OpenStack multi-node setup is up and running.
-We have to source the tenant credentials in this step. The following command should be executed:
+We have to source the tenant credentials in this step. Please **NOTE** that the method of sourcing tenant
+credentials may vary depending on installers. For example:
+
+**Apex** installer:
+
+.. code-block:: bash
+
+    # source the tenant credentials using Apex installer of OPNFV
+    # you need to copy the file /home/stack/overcloudrc from the installer VM called "instack"
+    # to a location in controller node, for example, in the directory /opt
+    source /opt/overcloudrc
+
+**Compass** installer:
 
 .. code-block:: bash
 
-    # source the tenant credentials in OPNFV
+    # source the tenant credentials using Compass installer of OPNFV
     source /opt/admin-openrc.sh
 
-Please **NOTE** that the method of sourcing tenant credentials may vary depending on installers. For example,
-in ``devstack``, the following command should be used:
+**Joid** installer:
+
+.. code-block:: bash
+
+    # source the tenant credentials using Joid installer of OPNFV
+    source $HOME/joid_config/admin-openrc
+
+**devstack**:
 
 .. code-block:: bash
 
 .. code-block:: bash
 
     # HA deployment in OpenStack with Open Daylight L2-only environment
-    sudo deploy.sh -s os-odl_l2-nofeature-ha
+    sudo ./deploy.sh -s os-odl_l2-nofeature-ha
 
     # Non-HA deployment in OpenStack with Open Daylight L2-only environment
-    sudo deploy.sh -s os-odl_l2-nofeature-noha
+    sudo ./deploy.sh -s os-odl_l2-nofeature-noha
 
 Please **NOTE** that currently only ``Apex`` and ``Fuel`` installer support this environment.
 
 **SETUP-SVM-1**: Login in OpenStack Controller Node. Start a new terminal,
 and change directory to where OpenStack is installed.
 
-**SETUP-SVM-2**: We have to source the tenant credentials in this step.
-The following command should be executed:
+**SETUP-SVM-2**: We have to source the tenant credentials in this step. Please **NOTE**
+that the method of sourcing tenant credentials may vary depending on installers. For example:
+
+**Apex** installer:
+
+.. code-block:: bash
+
+    # source the tenant credentials using Apex installer of OPNFV
+    # you need to copy the file /home/stack/overcloudrc from the installer VM called "instack"
+    # to a location in controller node, for example, in the directory /opt
+    source /opt/overcloudrc
+
+**Compass** installer:
 
 .. code-block:: bash
 
-    # source the tenant credentials in OPNFV
+    # source the tenant credentials using Compass installer of OPNFV
     source /opt/admin-openrc.sh
 
-Please **NOTE** that the method of sourcing tenant credentials may vary depending on installers. For example,
-in ``devstack``, the following command should be used:
+**Joid** installer:
+
+.. code-block:: bash
+
+    # source the tenant credentials using Joid installer of OPNFV
+    source $HOME/joid_config/admin-openrc
+
+**devstack**:
 
 .. code-block:: bash
 
 
 
 .. code-block:: bash
 
+    # source the tenant credentials in devstack
     opnfv@opnfv-os-controller:~/devstack$ source openrc admin demo
 
 Please **NOTE** that the method of sourcing tenant credentials may vary depending on installers.
 
     cd ~/devstack
     source openrc admin demo
 
-Please **NOTE** that the method of sourcing tenant credentials may vary depending on installers. For example,
-the following command may be used for some other installers:
-
-.. code-block:: bash
-
-    # source the tenant credentials in some other installers
-    source /opt/admin-openrc.sh
-
+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**.
 
 **OS-NATIVE-SETUP-2**: Download ``fedora22`` image which would be used for ``vRouter``
 
 .. code-block:: bash
 
     cd ~/devstack
+
+    # source the tenant credentials in devstack
     source openrc admin demo
 
 Please **NOTE** that the method of sourcing tenant credentials may vary depending on installers.