update readme to talk about keystone with CLI and use 1.1 api

This commit is contained in:
Jesse Andrews 2011-08-12 23:47:25 -07:00
parent 42943277a0
commit 2b70b75537

View File

@ -47,8 +47,13 @@ You will also need to define the authentication url with ``--url`` and the
version of the API with ``--version``. Or set them as an environment
variables as well::
export NOVA_URL=http://myserver:port/v1.0/
export NOVA_VERSION=1.0
export NOVA_URL=http://example.com:8774/v1.1/
export NOVA_VERSION=1.1
If you are using Keystone, you need to set the NOVA_URL to the keystone
endpoint::
export NOVA_URL=http://example.com:5000/v2.0/
You'll find complete documentation on the shell by running
``nova help``::