diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2013-07-29 11:11:11 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2013-07-31 10:07:50 -0500 |
| commit | 0aa3c206a38b681e106ca8bfd82cab27cd7e1861 (patch) | |
| tree | 90d23ca81ef61bbdf4b0e0deaa5d3002575573a9 /README.rst | |
| parent | 9ec1cf385ee1434ebdb13a9de2f35024925ff50f (diff) | |
| download | python-openstackclient-0aa3c206a38b681e106ca8bfd82cab27cd7e1861.tar.gz | |
Remove tenant round 1 - global options
Change the global auth options to use 'project', leave the original
tenant options in place but silent for compatability with the existing
project CLI auth options. This is the only compatibility for tenant
usage in this changeover.
Change-Id: I3cce6e552f18822cc9f445ec5f301b0f5d9003f8
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -52,12 +52,12 @@ Configuration ============= The CLI is configured via environment variables and command-line -options as listed in http://wiki.openstack.org/UnifiedCLI/Authentication. +options as listed in https://wiki.openstack.org/wiki/OpenStackClient/Authentication. The 'password flow' variation is most commonly used:: export OS_AUTH_URL=<url-to-openstack-identity> - export OS_TENANT_NAME=<tenant-name> + export OS_PROJECT_NAME=<project-name> export OS_USERNAME=<user-name> export OS_PASSWORD=<password> # (optional) export OS_USE_KEYRING=true # (optional) @@ -65,7 +65,7 @@ The 'password flow' variation is most commonly used:: The corresponding command-line options look very similar:: --os-auth-url <url> - --os-tenant-name <tenant-name> + --os-project-name <project-name> --os-username <user-name> [--os-password <password>] [--os-use-keyring] |
