From 020778ddd942e762a5e543e41bc3f4d95df3b91e Mon Sep 17 00:00:00 2001 From: john-griffith Date: Tue, 19 Mar 2013 00:24:32 -0600 Subject: 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 --- doc/source/shell.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/shell.rst') 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 [arguments...] Run :program:`cinder help` to get a full list of all possible commands, -- cgit v1.2.1