diff --git a/README.rst b/README.rst index 1dbcc0049..30131e1cd 100644 --- a/README.rst +++ b/README.rst @@ -42,13 +42,13 @@ params, but it's easier to just set them as environment variables:: export OS_TENANT_NAME=myproject You will also need to define the authentication url with ``--os-auth-url`` -and the version of the API with ``--version``. Or set them as an environment -variables as well:: +and the version of the API with ``--os-compute-api-version``. Or set them as +an environment variables as well:: export OS_AUTH_URL=http://example.com:8774/v1.1/ export OS_COMPUTE_API_VERSION=1.1 -If you are using Keystone, you need to set the NOVA_URL to the keystone +If you are using Keystone, you need to set the OS_AUTH_URL to the keystone endpoint:: export OS_AUTH_URL=http://example.com:5000/v2.0/