summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSandy Walsh <sandy@sandywalsh.com>2011-09-02 12:07:18 -0700
committerSandy Walsh <sandy@sandywalsh.com>2011-09-02 12:07:18 -0700
commit909b9118c2df7a1bcc2ae19dfdefad2be6dee554 (patch)
tree0eb4fa3a917f281d05e785a1afbd310e36d5f998 /README.rst
parent0cd6ed62fd127e893eb05272b4541719fee82c0f (diff)
downloadpython-novaclient-909b9118c2df7a1bcc2ae19dfdefad2be6dee554.tar.gz
readme
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 962c9392..e231b796 100644
--- a/README.rst
+++ b/README.rst
@@ -55,11 +55,15 @@ endpoint::
export NOVA_URL=http://example.com:5000/v2.0/
+Since Keystone can return multiple services in the Service Catalog, you
+can specify the one you want with ``--service_name`` (or
+``export NOVA_SERVICE_NAME``). It defaults to 'nova'.
+
You'll find complete documentation on the shell by running
``nova help``::
usage: nova [--username USERNAME] [--apikey APIKEY] [--projectid PROJECTID]
- [--url URL] [--version VERSION]
+ [--url URL] [--version VERSION] [--service_name NAME]
<subcommand> ...
Command-line interface to the OpenStack Nova API.
@@ -118,6 +122,8 @@ You'll find complete documentation on the shell by running
if undefined.
--version VERSION Accepts 1.0 or 1.1, defaults to
env[NOVA_VERSION].
+ --service_name NAME The name in the Keystone Service Catalog
+ to use after authentication. Defaults to 'nova'.
See "nova help COMMAND" for help on a specific command.