update readme to talk about keystone with CLI and use 1.1 api
This commit is contained in:
parent
42943277a0
commit
2b70b75537
@ -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``::
|
||||
|
Loading…
x
Reference in New Issue
Block a user