summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSandy Walsh <sandy@sandywalsh.com>2011-11-09 07:18:22 -0800
committerSandy Walsh <sandy@sandywalsh.com>2011-11-09 07:18:22 -0800
commit00f05317efb8bab78d487a7c36571082269d3139 (patch)
tree860979fddd88b17567c8d46499d945084e83d43f /README.rst
parentcdde0d22cd4b9be02fd2080687ebd02fda80b7f3 (diff)
downloadpython-novaclient-00f05317efb8bab78d487a7c36571082269d3139.tar.gz
few missing references to api_key
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 0ac9a09d..39305c16 100644
--- a/README.rst
+++ b/README.rst
@@ -36,7 +36,7 @@ Installing this package gets you a shell command, ``nova``, that you
can use to interact with any Rackspace compatible API (including OpenStack).
You'll need to provide your OpenStack username and API key. You can do this
-with the ``--username``, ``--apikey`` and ``--projectid`` params, but it's easier to just
+with the ``--username``, ``--password`` and ``--projectid`` params, but it's easier to just
set them as environment variables::
export NOVA_USERNAME=openstack
@@ -62,7 +62,7 @@ can specify the one you want with ``--region_name`` (or
You'll find complete documentation on the shell by running
``nova help``::
- usage: nova [--username USERNAME] [--apikey APIKEY] [--projectid PROJECTID]
+ usage: nova [--username USERNAME] [--password PASSWORD] [--projectid PROJECTID]
[--url URL] [--version VERSION] [--region_name NAME]
[--endpoint_name NAME]
<subcommand> ...
@@ -142,8 +142,8 @@ You'll find complete documentation on the shell by running
Optional arguments:
--username USERNAME Defaults to env[NOVA_USERNAME].
- --apikey PASSWORD Defaults to env[NOVA_PASSWORD].
- --apikey PROJECTID Defaults to env[NOVA_PROJECT_ID].
+ --password PASSWORD Defaults to env[NOVA_PASSWORD].
+ --projectid PROJECTID Defaults to env[NOVA_PROJECT_ID].
--url AUTH_URL Defaults to env[NOVA_URL] or
https://auth.api.rackspacecloud.com/v1.0
if undefined.