diff options
author | Bin Hu <bh526r@att.com> | 2016-02-17 16:22:19 -0800 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2016-02-17 16:22:19 -0800 |
commit | 6e6f456b221e57670fd83a0049278dd1c7fe0bb4 (patch) | |
tree | bd749cad98939d5ba769854f8ff9dc8fb836852b /docs | |
parent | bae836640294f3cb1ec4a93516e4e93c49998120 (diff) |
JIRA:IPVSIX-29 source tenant credentials for Fuel
Change-Id: Ie9af36db0d862b1045ff06315a61eb178f59eda2
Signed-off-by: Bin Hu <bh526r@att.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configguide/featureconfig.rst | 14 | ||||
-rw-r--r-- | docs/reldoc/index.rst | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/docs/configguide/featureconfig.rst b/docs/configguide/featureconfig.rst index 88a9890..ad4c5e6 100644 --- a/docs/configguide/featureconfig.rst +++ b/docs/configguide/featureconfig.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 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 |