From b0ac926ee6dc32410ea46bbafe109e59e14ab9e1 Mon Sep 17 00:00:00 2001 From: Hidekazu Nakamura Date: Wed, 9 Jan 2019 14:00:30 +0900 Subject: [PATCH] [Doc] Fix OS_AUTH_URL value Since Keystone v2 was removed in Queens release, this patch set updates keystone version from v2.0 to v3 in OS_AUTH_URL value. Change-Id: I77e8b1519ea8241e3c5cdeaffd9be9046b6315ce --- doc/source/cli/index.rst | 2 +- doc/source/cli/openstack_cli.rst | 2 +- doc/source/cli/watcher.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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