diff options
Diffstat (limited to 'docs/configguide')
-rw-r--r-- | docs/configguide/featureconfig.rst | 14 |
1 files changed, 14 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 |