diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-08-30 15:15:12 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-08-30 15:15:12 +0000 |
| commit | a153f10b2b22ea81514ed07de46da90e33b345ec (patch) | |
| tree | af2d1b855da9b43d7a9f81b5d46a6e13614a8a5c /doc | |
| parent | 08aa9659c91b0e2dc1886fb49467cae9e410ad44 (diff) | |
| parent | d7b09bd097265691b60608f6cf32fd4f4ea3bc65 (diff) | |
| download | python-cinderclient-a153f10b2b22ea81514ed07de46da90e33b345ec.tar.gz | |
Merge "Change '_' to '-' in options"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/shell.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/shell.rst b/doc/source/shell.rst index cff5cc7..9458cee 100644 --- a/doc/source/shell.rst +++ b/doc/source/shell.rst @@ -11,8 +11,8 @@ First, you'll need an OpenStack Nova account and an API key. You get this by using the `cinder-manage` command in OpenStack Nova. You'll need to provide :program:`cinder` with your OpenStack username and -API key. You can do this with the :option:`--os_username`, :option:`--os_password` -and :option:`--os_tenant_id` options, but it's easier to just set them as +API key. You can do this with the :option:`--os-username`, :option:`--os-password` +and :option:`--os-tenant-id` options, but it's easier to just set them as environment variables by setting two environment variables: .. envvar:: OS_USERNAME |
