diff options
author | Bin Hu <bh526r@att.com> | 2016-02-17 16:22:19 -0800 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2016-02-18 00:28:06 +0000 |
commit | 684e37f88d6640be3d553a55aa47548da07be30d (patch) | |
tree | bd749cad98939d5ba769854f8ff9dc8fb836852b /docs/reldoc/index.rst | |
parent | 9c0d52a0639ba0d0350e5a1b0bd9213e0e103b02 (diff) |
JIRA:IPVSIX-29 source tenant credentials for Fuel
Change-Id: Ie9af36db0d862b1045ff06315a61eb178f59eda2
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit 6e6f456b221e57670fd83a0049278dd1c7fe0bb4)
Diffstat (limited to 'docs/reldoc/index.rst')
-rw-r--r-- | docs/reldoc/index.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/reldoc/index.rst b/docs/reldoc/index.rst index e7f074c..18fadea 100644 --- a/docs/reldoc/index.rst +++ b/docs/reldoc/index.rst @@ -161,6 +161,13 @@ credentials may vary depending on installers. For example: # source the tenant credentials using Compass installer of OPNFV source /opt/admin-openrc.sh +**Fuel** installer: + +.. code-block:: bash + + # source the tenant credentials using Fuel installer of OPNFV + source /root/openrc + **Joid** installer: .. code-block:: bash @@ -516,6 +523,13 @@ that the method of sourcing tenant credentials may vary depending on installers. # source the tenant credentials using Compass installer of OPNFV source /opt/admin-openrc.sh +**Fuel** installer: + +.. code-block:: bash + + # source the tenant credentials using Fuel installer of OPNFV + source /root/openrc + **Joid** installer: .. code-block:: bash |