diff options
Diffstat (limited to 'doc/source/user')
| -rw-r--r-- | doc/source/user/shell.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/user/shell.rst b/doc/source/user/shell.rst index 50d8feb..a06fbff 100644 --- a/doc/source/user/shell.rst +++ b/doc/source/user/shell.rst @@ -20,7 +20,7 @@ variables by setting two environment variables: Your password. -.. envvar:: OS_TENANT_NAME or CINDER_PROJECT_ID +.. envvar:: OS_PROJECT_NAME or CINDER_PROJECT_ID Project for work. @@ -36,7 +36,7 @@ For example, in Bash you'd use:: export OS_USERNAME=yourname export OS_PASSWORD=yadayadayada - export OS_TENANT_NAME=myproject + export OS_PROJECT_NAME=myproject export OS_AUTH_URL=http://auth.example.com:5000/v3 export OS_VOLUME_API_VERSION=3 |
