diff --git a/doc/source/cli/index.rst b/doc/source/cli/index.rst index 9a3c22a..74e2169 100644 --- a/doc/source/cli/index.rst +++ b/doc/source/cli/index.rst @@ -11,7 +11,7 @@ variables:: export OS_USERNAME=user export OS_PASSWORD=pass export OS_TENANT_ID=b363706f891f48019483f8bd6503c54b - export OS_AUTH_URL=http://auth.example.com:5000/v2.0 + export OS_AUTH_URL=http://auth.example.com:5000/v3/ The command line tool will attempt to reauthenticate using your provided credentials for every request. You can override this behavior diff --git a/doc/source/cli/openstack_cli.rst b/doc/source/cli/openstack_cli.rst index f285c91..f1e1a97 100644 --- a/doc/source/cli/openstack_cli.rst +++ b/doc/source/cli/openstack_cli.rst @@ -33,7 +33,7 @@ environment variables:: $ export OS_PASSWORD=password $ export OS_TENANT_ID=b363706f891f48019483f8bd6503c54b # or OS_TENANT_NAME $ export OS_TENANT_NAME=project # or OS_TENANT_ID - $ export OS_AUTH_URL=http://auth.example.com:5000/v2.0 + $ export OS_AUTH_URL=http://auth.example.com:5000/v3/ The command-line tool will attempt to reauthenticate using the provided credentials for every request. You can override this behavior by manually diff --git a/doc/source/cli/watcher.rst b/doc/source/cli/watcher.rst index 3e7e9ac..006c1f7 100644 --- a/doc/source/cli/watcher.rst +++ b/doc/source/cli/watcher.rst @@ -32,7 +32,7 @@ environment variables:: $ export OS_PASSWORD=password $ export OS_TENANT_ID=b363706f891f48019483f8bd6503c54b # or OS_TENANT_NAME $ export OS_TENANT_NAME=project # or OS_TENANT_ID - $ export OS_AUTH_URL=http://auth.example.com:5000/v2.0 + $ export OS_AUTH_URL=http://auth.example.com:5000/v3/ The command-line tool will attempt to reauthenticate using the provided credentials for every request. You can override this behavior by manually