diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-02-28 15:52:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-28 15:52:57 +0000 |
commit | e670c9c6e165ee508bd509a3cd71f80c45d6d919 (patch) | |
tree | 63b35a615f362f5247954ac863cbd1a15983c610 /docs/testing/user/userguide/04-installation.rst | |
parent | 3387e5618de37c37714c86cec9058d737cb01a5c (diff) | |
parent | 6750645d2e6a687b9f9d064b3e333e880f17b3e8 (diff) |
Merge "Deprecate authentication variable OS_TENANT_NAME"
Diffstat (limited to 'docs/testing/user/userguide/04-installation.rst')
-rw-r--r-- | docs/testing/user/userguide/04-installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing/user/userguide/04-installation.rst b/docs/testing/user/userguide/04-installation.rst index 5bb64e3bb..cac814667 100644 --- a/docs/testing/user/userguide/04-installation.rst +++ b/docs/testing/user/userguide/04-installation.rst @@ -172,13 +172,13 @@ Environment variables in the ``openrc`` file have to include at least:: OS_AUTH_URL OS_USERNAME OS_PASSWORD - OS_TENANT_NAME + OS_PROJECT_NAME EXTERNAL_NETWORK A sample ``openrc`` file may look like this:: export OS_PASSWORD=console - export OS_TENANT_NAME=admin + export OS_PROJECT_NAME=admin export OS_AUTH_URL=http://172.16.1.222:35357/v2.0 export OS_USERNAME=admin export OS_VOLUME_API_VERSION=2 |