diff options
| author | john-griffith <john.griffith@solidfire.com> | 2013-03-19 00:24:32 -0600 |
|---|---|---|
| committer | john-griffith <john.griffith@solidfire.com> | 2013-03-19 00:26:44 -0600 |
| commit | 020778ddd942e762a5e543e41bc3f4d95df3b91e (patch) | |
| tree | 85cecd78d973d98d68dbc82e3b2bd259ba8269f2 /doc/source/shell.rst | |
| parent | f2ac10f282d2c5def47487d845d4aa18e7054917 (diff) | |
| download | python-cinderclient-020778ddd942e762a5e543e41bc3f4d95df3b91e.tar.gz | |
Docs in cinderlcient were never actually updated.
Not only were the docs and release info here not being
maintainted properly, but the examples that were given were
not correct.
This change is an attempt to set us on the right path going
forward and includes info on how to import the API and history
info for the upcoming release/push to PyPi.
Fixes bug: 1156994
Change-Id: I169b1c01380ef653a6a25eb8946b9a06d6419e62
Diffstat (limited to 'doc/source/shell.rst')
| -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 7ded87f..96b4f4f 100644 --- a/doc/source/shell.rst +++ b/doc/source/shell.rst @@ -39,9 +39,9 @@ For example, in Bash you'd use:: export OS_TENANT_NAME=myproject export OS_AUTH_URL=http://... export OS_VOLUME_API_VERSION=1 - + From there, all shell commands take the form:: - + cinder <command> [arguments...] Run :program:`cinder help` to get a full list of all possible commands, |
